Html Css Color HEX #058612 Green

📋 copy color: '#058612'

red 5 ◦ green 134 ◦ blue 18

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

Shades of Green #058612

Tints of Green #058612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 85.35%

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

R = 3.18%
G = 85.35%
B = 11.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#058612 (or 0x058612) is known color: Green. HEX triplet: 05, 86 and 12. RGB value is (5,134,18). Sum of RGB (Red+Green+Blue) = 5+134+18=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 134 (52.73% from 255 or 85.35% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 134 - color contains mainly: green. Hex color #058612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058612 is #FA79ED. Grayscale: #525252. Windows color (decimal): -16415214 or 1213957. OLE color: 1213957.

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

Color convert

RGB 5 134 18 -
CMYK 0.96 0 0.87 0.47
HSL 126.05º 0.93% 0.27% -
HSV(B) 126.05º 0.96% 0.53% -
XYZ 8.7 17.13 3.42 -
YUV 82.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 5 134 18 0.96 0 0.87 0.47 126.05 0.93 0.27
Hex 5 86 12 60 0 57 2F 7E 5D 1B
Octal 5 206 22 140 0 127 57 176 135 33
Binary 101 10000110 10010 1100000 0 1010111 101111 1111110 1011101 11011

Color Harmonies of #058612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058612

Black with #058612

Text Example


Text Example

White with #058612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058612; }

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

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

background-color css

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

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

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

border-color css

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

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

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