#34996D

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

Shades of Eucalyptus #34996D

Tints of Eucalyptus #34996D

Color information

#34996D (or 0x34996D) is unknown color: approx Eucalyptus. HEX triplet: 34, 99 and 6D. RGB value is (52,153,109). Sum of RGB (Red+Green+Blue) = 52+153+109=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #34996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34996D is #CB6692. Grayscale: #757575. Windows color (decimal): -13330067 or 7182644. OLE color: 7182644.

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

Color convert

RGB52153109-
CMYK0.6600.290.4
HSL153.86º49.27%40.2%-
HSV(B)153.86º66.01%60%-
XYZ15.5724.6218.4-
YUV117.78123.0481.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=16.56%
G=48.73%
B=34.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531090.6600.290.4153.8649.2740.2
Hex34996D4201D289a3128
Octal64231155102035502326150
Binary110100100110011101101100001001110110100010011010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34996D; }

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

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

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

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

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

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

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

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