Html Css Color HEX #058D11 Islamic Green

📋 copy color: '#058D11'

red 5 ◦ green 141 ◦ blue 17

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

Shades of Islamic Green #058D11

Tints of Islamic Green #058D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 86.5%

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 3.07%
G = 86.5%
B = 10.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#058D11 (or 0x058D11) is known color: Islamic Green. HEX triplet: 05, 8D and 11. RGB value is (5,141,17). Sum of RGB (Red+Green+Blue) = 5+141+17=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #058D11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D11 is #FA72EE. Grayscale: #565656. Windows color (decimal): -16413423 or 1150213. OLE color: 1150213.

HSL color Cylindrical-coordinate representation of color #058D11: hue angle of 125.29º 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 #058D11 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 17 -
CMYK 0.96 0 0.88 0.45
HSL 125.29º 0.93% 0.29% -
HSV(B) 125.29º 0.96% 0.55% -
XYZ 9.69 19.12 3.71 -
YUV 86.2 88.94 70.08 -
System Red Green Blue C M Y K H S L
Decimal 5 141 17 0.96 0 0.88 0.45 125.29 0.93 0.29
Hex 5 8D 11 60 0 58 2D 7D 5D 1D
Octal 5 215 21 140 0 130 55 175 135 35
Binary 101 10001101 10001 1100000 0 1011000 101101 1111101 1011101 11101

Color Harmonies of #058D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D11

Black with #058D11

Text Example


Text Example

White with #058D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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