Html Css Color HEX #058413 Green

📋 copy color: '#058413'

red 5 ◦ green 132 ◦ blue 19

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

Shades of Green #058413

Tints of Green #058413

RGB

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

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

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

R = 3.21%
G = 84.62%
B = 12.18%

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

#058413 (or 0x058413) is known color: Green. HEX triplet: 05, 84 and 13. RGB value is (5,132,19). Sum of RGB (Red+Green+Blue) = 5+132+19=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 132 (51.95% from 255 or 84.62% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 132 - color contains mainly: green. Hex color #058413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058413 is #FA7BEC. Grayscale: #515151. Windows color (decimal): -16415725 or 1278981. OLE color: 1278981.

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

Color convert

RGB 5 132 19 -
CMYK 0.96 0 0.86 0.48
HSL 126.61º 0.93% 0.27% -
HSV(B) 126.61º 0.96% 0.52% -
XYZ 8.43 16.58 3.37 -
YUV 81.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 5 132 19 0.96 0 0.86 0.48 126.61 0.93 0.27
Hex 5 84 13 60 0 56 30 7F 5D 1B
Octal 5 204 23 140 0 126 60 177 135 33
Binary 101 10000100 10011 1100000 0 1010110 110000 1111111 1011101 11011

Color Harmonies of #058413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058413

Black with #058413

Text Example


Text Example

White with #058413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058413; }

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

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

background-color css

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

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

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

border-color css

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

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

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