#34A136

Color #34A136 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #34A136

Tints of Forest Green #34A136

Color information

#34A136 (or 0x34A136) is unknown color: approx Forest Green. HEX triplet: 34, A1 and 36. RGB value is (52,161,54). Sum of RGB (Red+Green+Blue) = 52+161+54=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #34A136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A136 is #CB5EC9. Grayscale: #747474. Windows color (decimal): -13328074 or 3580212. OLE color: 3580212.

HSL color Cylindrical-coordinate representation of color #34A136: hue angle of 121.1º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A136 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB5216154-
CMYK0.6800.660.37
HSL121.1º51.17%41.76%-
HSV(B)121.1º67.7%63.14%-
XYZ14.8326.497.82-
YUV116.2192.8982.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 161 (63.28% from 255) = 60.30%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=19.48%
G=60.30%
B=20.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52161540.6800.660.37121.151.1741.76
Hex34A136440422579332a
Octal64241661040102451716352
Binary110100101000011101101000100010000101001011111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A136; }

 p { color: rgb(52,161,54); }

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

<style>
 a { background-color: #34A136; }

 a { background-color: rgb(52,161,54); }

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

<style>
 span { border-color: #34A136; }

 span { border-color: rgb(52,161,54); }

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