#058318

Color #058318 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #058318

Tints of Green #058318

Color information

#058318 (or 0x058318) is unknown color: approx Green. HEX triplet: 05, 83 and 18. RGB value is (5,131,24). Sum of RGB (Red+Green+Blue) = 5+131+24=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #058318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058318 is #FA7CE7. Grayscale: #515151. Windows color (decimal): -16415976 or 1606405. OLE color: 1606405.

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

Color convert

RGB513124-
CMYK0.9600.820.49
HSL129.05º92.65%26.67%-
HSV(B)129.05º96.18%51.37%-
XYZ8.3416.333.58-
YUV81.1395.7673.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 131 (51.56% from 255) = 81.88%
BLUE value IS 24 (9.77% from 255) = 15%
R=3.12%
G=81.88%
B=15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5131240.9600.820.49129.0592.6526.67
Hex583186005231815d1b
Octal52033014001226120113533
Binary101100000111100011000000101001011000110000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058318; }

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

 H1.HeaderClassName
 {
   color: #058318;
 }
 .AnyTagClassName
 {
   color: #058318;
 }
</style>
background-color css

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

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

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

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

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

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