#349858

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

Shades of Eucalyptus #349858

Tints of Eucalyptus #349858

Color information

#349858 (or 0x349858) is unknown color: approx Eucalyptus. HEX triplet: 34, 98 and 58. RGB value is (52,152,88). Sum of RGB (Red+Green+Blue) = 52+152+88=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #349858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349858 is #CB67A7. Grayscale: #727272. Windows color (decimal): -13330344 or 5806132. OLE color: 5806132.

HSL color Cylindrical-coordinate representation of color #349858: hue angle of 141.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349858 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB5215288-
CMYK0.6600.420.40
HSL141.6º49.02%40%-
HSV(B)141.6º65.79%59.61%-
XYZ14.4123.8913.08-
YUV114.8112.8783.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 152 (59.77% from 255) = 52.05%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=17.81%
G=52.05%
B=30.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152880.6600.420.40141.649.0240
Hex3498584202A288e3128
Octal64230130102052502166150
Binary1101001001100010110001000010010101010100010001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349858; }

 p { color: rgb(52,152,88); }

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

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

 a { background-color: rgb(52,152,88); }

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

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

 span { border-color: rgb(52,152,88); }

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