#349F6E

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

Shades of Eucalyptus #349F6E

Tints of Eucalyptus #349F6E

Color information

#349F6E (or 0x349F6E) is unknown color: approx Eucalyptus. HEX triplet: 34, 9F and 6E. RGB value is (52,159,110). Sum of RGB (Red+Green+Blue) = 52+159+110=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #349F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F6E is #CB6091. Grayscale: #797979. Windows color (decimal): -13328530 or 7249716. OLE color: 7249716.

HSL color Cylindrical-coordinate representation of color #349F6E: hue angle of 152.52º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F6E is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB52159110-
CMYK0.6700.310.38
HSL152.52º50.71%41.37%-
HSV(B)152.52º67.3%62.35%-
XYZ16.6326.6519.02-
YUV121.42121.5578.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=16.20%
G=49.53%
B=34.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521591100.6700.310.38152.5250.7141.37
Hex349F6E4301F26993329
Octal64237156103037462316351
Binary110100100111111101110100001101111110011010011001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349F6E; }

 p { color: rgb(52,159,110); }

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

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

 a { background-color: rgb(52,159,110); }

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

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

 span { border-color: rgb(52,159,110); }

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