Html Css Color HEX #058524 Forest Green

📋 copy color: '#058524'

red 5 ◦ green 133 ◦ blue 36

#058524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #058524

Tints of Forest Green #058524

RGB

 RED value IS 5 (2.34% from 255) = 2.87%

 GREEN value IS 133 (52.34% from 255) = 76.44%

 BLUE value IS 36 (14.45% from 255) = 20.69%

R = 2.87%
G = 76.44%
B = 20.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#058524 (or 0x058524) is known color: Forest Green. HEX triplet: 05, 85 and 24. RGB value is (5,133,36). Sum of RGB (Red+Green+Blue) = 5+133+36=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #058524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058524 is #FA7ADB. Grayscale: #535353. Windows color (decimal): -16415452 or 2393349. OLE color: 2393349.

HSL color Cylindrical-coordinate representation of color #058524: hue angle of 134.53º 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 #058524 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 36 -
CMYK 0.96 0 0.73 0.48
HSL 134.53º 0.93% 0.27% -
HSV(B) 134.53º 0.96% 0.52% -
XYZ 8.77 16.93 4.48 -
YUV 83.67 101.09 71.89 -
System Red Green Blue C M Y K H S L
Decimal 5 133 36 0.96 0 0.73 0.48 134.53 0.93 0.27
Hex 5 85 24 60 0 49 30 87 5D 1B
Octal 5 205 44 140 0 111 60 207 135 33
Binary 101 10000101 100100 1100000 0 1001001 110000 10000111 1011101 11011

Color Harmonies of #058524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058524

Black with #058524

Text Example


Text Example

White with #058524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058524; }

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

 H1.HeaderClassName
 {
   color: #058524;
 }
 .AnyTagClassName
 {
   color: #058524;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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