#058D13

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

Shades of Islamic Green #058D13

Tints of Islamic Green #058D13

Color information

#058D13 (or 0x058D13) is unknown color: approx Islamic Green. HEX triplet: 05, 8D and 13. RGB value is (5,141,19). Sum of RGB (Red+Green+Blue) = 5+141+19=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 141 (55.47% from 255 or 85.45% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 141 - color contains mainly: green. Hex color #058D13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D13 is #FA72EC. Grayscale: #565656. Windows color (decimal): -16413421 or 1281285. OLE color: 1281285.

HSL color Cylindrical-coordinate representation of color #058D13: hue angle of 126.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D13 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB514119-
CMYK0.9600.870.45
HSL126.18º93.15%28.63%-
HSV(B)126.18º96.45%55.29%-
XYZ9.7119.133.8-
YUV86.4389.9469.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 141 (55.47% from 255) = 85.45%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=3.03%
G=85.45%
B=11.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5141190.9600.870.45126.1893.1528.63
Hex58D13600572D7e5d1d
Octal52152314001275517613535
Binary10110001101100111100000010101111011011111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058D13; }

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

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

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

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

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

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

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

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