#349669

Color #349669 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #349669

Tints of Eucalyptus #349669

Color information

#349669 (or 0x349669) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 69. RGB value is (52,150,105). Sum of RGB (Red+Green+Blue) = 52+150+105=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #349669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349669 is #CB6996. Grayscale: #737373. Windows color (decimal): -13330839 or 6919732. OLE color: 6919732.

HSL color Cylindrical-coordinate representation of color #349669: hue angle of 152.45º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349669 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB52150105-
CMYK0.6500.300.41
HSL152.45º48.51%39.61%-
HSV(B)152.45º65.33%58.82%-
XYZ14.8723.5617.13-
YUV115.57122.0382.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=16.94%
G=48.86%
B=34.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501050.6500.300.41152.4548.5139.61
Hex3496694101E29983128
Octal64226151101036512306150
Binary110100100101101101001100000101111010100110011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349669; }

 p { color: rgb(52,150,105); }

 H1.HeaderClassName
 {
   color: #349669;
 }
 .AnyTagClassName
 {
   color: #349669;
 }
</style>
background-color css

<style>
 a { background-color: #349669; }

 a { background-color: rgb(52,150,105); }

 div.DivClassName
 {
   background-color: #349669;
 }
 .BgClassName
 {
   background-color: #349669;
 }
</style>
border-color css

<style>
 span { border-color: #349669; }

 span { border-color: rgb(52,150,105); }

 td.TdClassName
 {
   border-color: #349669;
 }
 .TagClassName
 {
   border-color: #349669;
 }
</style>