#059114

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

Shades of Islamic Green #059114

Tints of Islamic Green #059114

Color information

#059114 (or 0x059114) is unknown color: approx Islamic Green. HEX triplet: 05, 91 and 14. RGB value is (5,145,20). Sum of RGB (Red+Green+Blue) = 5+145+20=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 145 (57.03% from 255 or 85.29% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 145 - color contains mainly: green. Hex color #059114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059114 is #FA6EEB. Grayscale: #595959. Windows color (decimal): -16412396 or 1347845. OLE color: 1347845.

HSL color Cylindrical-coordinate representation of color #059114: hue angle of 126.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059114 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB514520-
CMYK0.9700.860.43
HSL126.43º93.33%29.41%-
HSV(B)126.43º96.55%56.86%-
XYZ10.3120.334.04-
YUV88.8989.1268.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 145 (57.03% from 255) = 85.29%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=2.94%
G=85.29%
B=11.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5145200.9700.860.43126.4393.3329.41
Hex59114610562B7e5d1d
Octal52212414101265317613535
Binary10110010001101001100001010101101010111111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059114; }

 p { color: rgb(5,145,20); }

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

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

 a { background-color: rgb(5,145,20); }

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

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

 span { border-color: rgb(5,145,20); }

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