Html Css Color HEX #058313 Green

📋 copy color: '#058313'

red 5 ◦ green 131 ◦ blue 19

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

Shades of Green #058313

Tints of Green #058313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 84.52%

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

R = 3.23%
G = 84.52%
B = 12.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#058313 (or 0x058313) is known color: Green. HEX triplet: 05, 83 and 13. RGB value is (5,131,19). Sum of RGB (Red+Green+Blue) = 5+131+19=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 131 (51.56% from 255 or 84.52% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 131 - color contains mainly: green. Hex color #058313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058313 is #FA7CEC. Grayscale: #505050. Windows color (decimal): -16415981 or 1278725. OLE color: 1278725.

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

Color convert

RGB 5 131 19 -
CMYK 0.96 0 0.85 0.49
HSL 126.67º 0.93% 0.27% -
HSV(B) 126.67º 0.96% 0.51% -
XYZ 8.3 16.31 3.33 -
YUV 80.56 93.26 74.11 -
System Red Green Blue C M Y K H S L
Decimal 5 131 19 0.96 0 0.85 0.49 126.67 0.93 0.27
Hex 5 83 13 60 0 55 31 7F 5D 1B
Octal 5 203 23 140 0 125 61 177 135 33
Binary 101 10000011 10011 1100000 0 1010101 110001 1111111 1011101 11011

Color Harmonies of #058313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058313

Black with #058313

Text Example


Text Example

White with #058313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058313; }

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

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

background-color css

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

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

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

border-color css

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

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

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