Html Css Color HEX #058013 Green

📋 copy color: '#058013'

red 5 ◦ green 128 ◦ blue 19

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

Shades of Green #058013

Tints of Green #058013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 84.21%

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 3.29%
G = 84.21%
B = 12.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#058013 (or 0x058013) is known color: Green. HEX triplet: 05, 80 and 13. RGB value is (5,128,19). Sum of RGB (Red+Green+Blue) = 5+128+19=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 128 (50.39% from 255 or 84.21% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 128 - color contains mainly: green. Hex color #058013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058013 is #FA7FEC. Grayscale: #4F4F4F. Windows color (decimal): -16416749 or 1277957. OLE color: 1277957.

HSL color Cylindrical-coordinate representation of color #058013: hue angle of 126.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058013 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 19 -
CMYK 0.96 0 0.85 0.50
HSL 126.83º 0.92% 0.26% -
HSV(B) 126.83º 0.96% 0.5% -
XYZ 7.9 15.52 3.19 -
YUV 78.8 94.25 75.36 -
System Red Green Blue C M Y K H S L
Decimal 5 128 19 0.96 0 0.85 0.50 126.83 0.92 0.26
Hex 5 80 13 60 0 55 32 7F 5C 1A
Octal 5 200 23 140 0 125 62 177 134 32
Binary 101 10000000 10011 1100000 0 1010101 110010 1111111 1011100 11010

Color Harmonies of #058013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058013

Black with #058013

Text Example


Text Example

White with #058013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058013; }

 p { color: rgb(5,128,19); }

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

background-color css

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

 a { background-color: rgb(5,128,19); }

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

border-color css

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

 span { border-color: rgb(5,128,19); }

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