#34976F

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

Shades of Eucalyptus #34976F

Tints of Eucalyptus #34976F

Color information

#34976F (or 0x34976F) is unknown color: approx Eucalyptus. HEX triplet: 34, 97 and 6F. RGB value is (52,151,111). Sum of RGB (Red+Green+Blue) = 52+151+111=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #34976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34976F is #CB6890. Grayscale: #747474. Windows color (decimal): -13330577 or 7313204. OLE color: 7313204.

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

Color convert

RGB52151111-
CMYK0.6600.260.41
HSL155.76º48.77%39.8%-
HSV(B)155.76º65.56%59.22%-
XYZ15.3524.0118.86-
YUV116.84124.781.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=16.56%
G=48.09%
B=35.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511110.6600.260.41155.7648.7739.8
Hex34976F4201A299c3128
Octal64227157102032512346150
Binary110100100101111101111100001001101010100110011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34976F; }

 p { color: rgb(52,151,111); }

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

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

 a { background-color: rgb(52,151,111); }

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

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

 span { border-color: rgb(52,151,111); }

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