Html Css Color HEX #058412 Green

📋 copy color: '#058412'

red 5 ◦ green 132 ◦ blue 18

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

Shades of Green #058412

Tints of Green #058412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 85.16%

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 3.23%
G = 85.16%
B = 11.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#058412 (or 0x058412) is known color: Green. HEX triplet: 05, 84 and 12. RGB value is (5,132,18). Sum of RGB (Red+Green+Blue) = 5+132+18=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 132 (51.95% from 255 or 85.16% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 132 - color contains mainly: green. Hex color #058412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058412 is #FA7BED. Grayscale: #515151. Windows color (decimal): -16415726 or 1213445. OLE color: 1213445.

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

Color convert

RGB 5 132 18 -
CMYK 0.96 0 0.86 0.48
HSL 126.14º 0.93% 0.27% -
HSV(B) 126.14º 0.96% 0.52% -
XYZ 8.42 16.58 3.33 -
YUV 81.03 92.42 73.77 -
System Red Green Blue C M Y K H S L
Decimal 5 132 18 0.96 0 0.86 0.48 126.14 0.93 0.27
Hex 5 84 12 60 0 56 30 7E 5D 1B
Octal 5 204 22 140 0 126 60 176 135 33
Binary 101 10000100 10010 1100000 0 1010110 110000 1111110 1011101 11011

Color Harmonies of #058412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058412

Black with #058412

Text Example


Text Example

White with #058412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058412; }

 p { color: rgb(5,132,18); }

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

background-color css

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

 a { background-color: rgb(5,132,18); }

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

border-color css

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

 span { border-color: rgb(5,132,18); }

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