#058520

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

Shades of Forest Green #058520

Tints of Forest Green #058520

Color information

#058520 (or 0x058520) is unknown color: approx Forest Green. HEX triplet: 05, 85 and 20. RGB value is (5,133,32). Sum of RGB (Red+Green+Blue) = 5+133+32=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #058520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058520 is #FA7ADF. Grayscale: #535353. Windows color (decimal): -16415456 or 2131205. OLE color: 2131205.

HSL color Cylindrical-coordinate representation of color #058520: hue angle of 132.66º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058520 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB513332-
CMYK0.9600.760.48
HSL132.66º92.75%27.06%-
HSV(B)132.66º96.24%52.16%-
XYZ8.7116.914.17-
YUV83.2199.0972.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=2.94%
G=78.24%
B=18.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133320.9600.760.48132.6692.7527.06
Hex585206004C30855d1b
Octal52054014001146020513533
Binary1011000010110000011000000100110011000010000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058520; }

 p { color: rgb(5,133,32); }

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

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

 a { background-color: rgb(5,133,32); }

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

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

 span { border-color: rgb(5,133,32); }

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