#049522

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

Shades of Forest Green #049522

Tints of Forest Green #049522

Color information

#049522 (or 0x049522) is unknown color: approx Forest Green. HEX triplet: 04, 95 and 22. RGB value is (4,149,34). Sum of RGB (Red+Green+Blue) = 4+149+34=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #049522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049522 is #FB6ADD. Grayscale: #5C5C5C. Windows color (decimal): -16476894 or 2266372. OLE color: 2266372.

HSL color Cylindrical-coordinate representation of color #049522: hue angle of 132.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049522 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB414934-
CMYK0.9700.770.42
HSL132.41º94.77%30%-
HSV(B)132.41º97.32%58.43%-
XYZ11.0921.645.11-
YUV92.5494.9664.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 149 (58.59% from 255) = 79.68%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=2.14%
G=79.68%
B=18.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149340.9700.770.42132.4194.7730
Hex495226104D2A845f1e
Octal42254214101155220413736
Binary1001001010110001011000010100110110101010000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049522; }

 p { color: rgb(4,149,34); }

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

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

 a { background-color: rgb(4,149,34); }

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

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

 span { border-color: rgb(4,149,34); }

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