Html Css Color HEX #059312 Islamic Green

📋 copy color: '#059312'

red 5 ◦ green 147 ◦ blue 18

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

Shades of Islamic Green #059312

Tints of Islamic Green #059312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 86.47%

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 2.94%
G = 86.47%
B = 10.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#059312 (or 0x059312) is known color: Islamic Green. HEX triplet: 05, 93 and 12. RGB value is (5,147,18). Sum of RGB (Red+Green+Blue) = 5+147+18=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 147 (57.81% from 255 or 86.47% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 147 - color contains mainly: green. Hex color #059312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059312 is #FA6CED. Grayscale: #5A5A5A. Windows color (decimal): -16411886 or 1217285. OLE color: 1217285.

HSL color Cylindrical-coordinate representation of color #059312: hue angle of 125.49º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059312 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 18 -
CMYK 0.97 0 0.88 0.42
HSL 125.49º 0.93% 0.3% -
HSV(B) 125.49º 0.97% 0.58% -
XYZ 10.61 20.94 4.06 -
YUV 89.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 5 147 18 0.97 0 0.88 0.42 125.49 0.93 0.3
Hex 5 93 12 61 0 58 2A 7D 5D 1E
Octal 5 223 22 141 0 130 52 175 135 36
Binary 101 10010011 10010 1100001 0 1011000 101010 1111101 1011101 11110

Color Harmonies of #059312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059312

Black with #059312

Text Example


Text Example

White with #059312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059312; }

 p { color: rgb(5,147,18); }

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

background-color css

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

 a { background-color: rgb(5,147,18); }

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

border-color css

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

 span { border-color: rgb(5,147,18); }

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