#34996B

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

Shades of Eucalyptus #34996B

Tints of Eucalyptus #34996B

Color information

#34996B (or 0x34996B) is unknown color: approx Eucalyptus. HEX triplet: 34, 99 and 6B. RGB value is (52,153,107). Sum of RGB (Red+Green+Blue) = 52+153+107=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #34996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34996B is #CB6694. Grayscale: #757575. Windows color (decimal): -13330069 or 7051572. OLE color: 7051572.

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

Color convert

RGB52153107-
CMYK0.6600.300.4
HSL152.67º49.27%40.2%-
HSV(B)152.67º66.01%60%-
XYZ15.4624.5717.84-
YUV117.56122.0481.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=16.67%
G=49.04%
B=34.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531070.6600.300.4152.6749.2740.2
Hex34996B4201E28993128
Octal64231153102036502316150
Binary110100100110011101011100001001111010100010011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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