#058D01

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

Shades of Islamic Green #058D01

Tints of Islamic Green #058D01

Color information

#058D01 (or 0x058D01) is unknown color: approx Islamic Green. HEX triplet: 05, 8D and 01. RGB value is (5,141,1). Sum of RGB (Red+Green+Blue) = 5+141+1=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 141 (55.47% from 255 or 95.92% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 141 - color contains mainly: green. Hex color #058D01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D01 is #FA72FE. Grayscale: #545454. Windows color (decimal): -16413439 or 101637. OLE color: 101637.

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

Color convert

RGB51411-
CMYK0.9600.990.45
HSL118.29º98.59%27.84%-
HSV(B)118.29º99.29%55.29%-
XYZ9.5919.083.21-
YUV84.3880.9471.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 141 (55.47% from 255) = 95.92%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=3.40%
G=95.92%
B=0.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal514110.9600.990.45118.2998.5927.84
Hex58D1600632D76631c
Octal5215114001435516614334
Binary1011000110111100000011000111011011110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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