Html Css Color HEX #058D0B Islamic Green

📋 copy color: '#058D0B'

red 5 ◦ green 141 ◦ blue 11

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

Shades of Islamic Green #058D0B

Tints of Islamic Green #058D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 3.18%
G = 89.81%
B = 7.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#058D0B (or 0x058D0B) is known color: Islamic Green. HEX triplet: 05, 8D and 0B. RGB value is (5,141,11). Sum of RGB (Red+Green+Blue) = 5+141+11=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 141 (55.47% from 255 or 89.81% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 141 - color contains mainly: green. Hex color #058D0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058D0B is #FA72F4. Grayscale: #555555. Windows color (decimal): -16413429 or 756997. OLE color: 756997.

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

Color convert

RGB 5 141 11 -
CMYK 0.96 0 0.92 0.45
HSL 122.65º 0.93% 0.29% -
HSV(B) 122.65º 0.96% 0.55% -
XYZ 9.65 19.11 3.5 -
YUV 85.52 85.94 70.57 -
System Red Green Blue C M Y K H S L
Decimal 5 141 11 0.96 0 0.92 0.45 122.65 0.93 0.29
Hex 5 8D B 60 0 5C 2D 7B 5D 1D
Octal 5 215 13 140 0 134 55 173 135 35
Binary 101 10001101 1011 1100000 0 1011100 101101 1111011 1011101 11101

Color Harmonies of #058D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D0B

Black with #058D0B

Text Example


Text Example

White with #058D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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