#349F69

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

Shades of Eucalyptus #349F69

Tints of Eucalyptus #349F69

Color information

#349F69 (or 0x349F69) is unknown color: approx Eucalyptus. HEX triplet: 34, 9F and 69. RGB value is (52,159,105). Sum of RGB (Red+Green+Blue) = 52+159+105=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #349F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F69 is #CB6096. Grayscale: #787878. Windows color (decimal): -13328535 or 6922036. OLE color: 6922036.

HSL color Cylindrical-coordinate representation of color #349F69: hue angle of 149.72º 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 #349F69 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB52159105-
CMYK0.6700.340.38
HSL149.72º50.71%41.37%-
HSV(B)149.72º67.3%62.35%-
XYZ16.3626.5517.63-
YUV120.85119.0578.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=16.46%
G=50.32%
B=33.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521591050.6700.340.38149.7250.7141.37
Hex349F694302226963329
Octal64237151103042462266351
Binary1101001001111111010011000011010001010011010010110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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