#34966C

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

Shades of Eucalyptus #34966C

Tints of Eucalyptus #34966C

Color information

#34966C (or 0x34966C) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 6C. RGB value is (52,150,108). Sum of RGB (Red+Green+Blue) = 52+150+108=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #34966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34966C is #CB6993. Grayscale: #737373. Windows color (decimal): -13330836 or 7116340. OLE color: 7116340.

HSL color Cylindrical-coordinate representation of color #34966C: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34966C is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB52150108-
CMYK0.6500.280.41
HSL154.29º48.51%39.61%-
HSV(B)154.29º65.33%58.82%-
XYZ15.0323.6317.96-
YUV115.91123.5382.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=16.77%
G=48.39%
B=34.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501080.6500.280.41154.2948.5139.61
Hex34966C4101C299a3128
Octal64226154101034512326150
Binary110100100101101101100100000101110010100110011010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34966C; }

 p { color: rgb(52,150,108); }

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

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

 a { background-color: rgb(52,150,108); }

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

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

 span { border-color: rgb(52,150,108); }

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