#349972

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

Shades of Eucalyptus #349972

Tints of Eucalyptus #349972

Color information

#349972 (or 0x349972) is unknown color: approx Eucalyptus. HEX triplet: 34, 99 and 72. RGB value is (52,153,114). Sum of RGB (Red+Green+Blue) = 52+153+114=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #349972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349972 is #CB668D. Grayscale: #767676. Windows color (decimal): -13330062 or 7510324. OLE color: 7510324.

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

Color convert

RGB52153114-
CMYK0.6600.250.4
HSL156.83º49.27%40.2%-
HSV(B)156.83º66.01%60%-
XYZ15.8424.7319.86-
YUV118.35125.5480.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=16.30%
G=47.96%
B=35.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531140.6600.250.4156.8349.2740.2
Hex34997242019289d3128
Octal64231162102031502356150
Binary110100100110011110010100001001100110100010011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349972; }

 p { color: rgb(52,153,114); }

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

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

 a { background-color: rgb(52,153,114); }

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

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

 span { border-color: rgb(52,153,114); }

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