#34956C

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

Shades of Eucalyptus #34956C

Tints of Eucalyptus #34956C

Color information

#34956C (or 0x34956C) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 6C. RGB value is (52,149,108). Sum of RGB (Red+Green+Blue) = 52+149+108=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #34956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34956C is #CB6A93. Grayscale: #737373. Windows color (decimal): -13331092 or 7116084. OLE color: 7116084.

HSL color Cylindrical-coordinate representation of color #34956C: hue angle of 154.64º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34956C is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB52149108-
CMYK0.6500.280.42
HSL154.64º48.26%39.41%-
HSV(B)154.64º65.1%58.43%-
XYZ14.8723.3117.9-
YUV115.32123.8682.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=16.83%
G=48.22%
B=34.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491080.6500.280.42154.6448.2639.41
Hex34956C4101C2A9b3027
Octal64225154101034522336047
Binary110100100101011101100100000101110010101010011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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