#349865

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

Shades of Eucalyptus #349865

Tints of Eucalyptus #349865

Color information

#349865 (or 0x349865) is unknown color: approx Eucalyptus. HEX triplet: 34, 98 and 65. RGB value is (52,152,101). Sum of RGB (Red+Green+Blue) = 52+152+101=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #349865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349865 is #CB679A. Grayscale: #747474. Windows color (decimal): -13330331 or 6658100. OLE color: 6658100.

HSL color Cylindrical-coordinate representation of color #349865: hue angle of 149.4º 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 #349865 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB52152101-
CMYK0.6600.340.40
HSL149.4º49.02%40%-
HSV(B)149.4º65.79%59.61%-
XYZ14.9924.1316.18-
YUV116.29119.3782.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=17.05%
G=49.84%
B=33.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521521010.6600.340.40149.449.0240
Hex3498654202228953128
Octal64230145102042502256150
Binary1101001001100011001011000010010001010100010010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349865; }

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

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

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

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

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

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

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

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