#34A522

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

Shades of Forest Green #34A522

Tints of Forest Green #34A522

Color information

#34A522 (or 0x34A522) is unknown color: approx Forest Green. HEX triplet: 34, A5 and 22. RGB value is (52,165,34). Sum of RGB (Red+Green+Blue) = 52+165+34=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #34A522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A522 is #CB5ADD. Grayscale: #747474. Windows color (decimal): -13327070 or 2270516. OLE color: 2270516.

HSL color Cylindrical-coordinate representation of color #34A522: hue angle of 111.76º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34A522 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB5216534-
CMYK0.6800.790.35
HSL111.76º65.83%39.02%-
HSV(B)111.76º79.39%64.71%-
XYZ15.1627.766.07-
YUV116.2881.5682.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 165 (64.84% from 255) = 65.74%
BLUE value IS 34 (13.67% from 255) = 13.55%
R=20.72%
G=65.74%
B=13.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52165340.6800.790.35111.7665.8339.02
Hex34A5224404F23704227
Octal642454210401174316010247
Binary1101001010010110001010001000100111110001111100001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,165,34); }

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

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

 a { background-color: rgb(52,165,34); }

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

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

 span { border-color: rgb(52,165,34); }

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