#059313

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

Shades of Islamic Green #059313

Tints of Islamic Green #059313

Color information

#059313 (or 0x059313) is unknown color: approx Islamic Green. HEX triplet: 05, 93 and 13. RGB value is (5,147,19). Sum of RGB (Red+Green+Blue) = 5+147+19=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 147 (57.81% from 255 or 85.96% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 147 - color contains mainly: green. Hex color #059313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059313 is #FA6CEC. Grayscale: #5A5A5A. Windows color (decimal): -16411885 or 1282821. OLE color: 1282821.

HSL color Cylindrical-coordinate representation of color #059313: hue angle of 125.92º 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 #059313 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB514719-
CMYK0.9700.870.42
HSL125.92º93.42%29.8%-
HSV(B)125.92º96.6%57.65%-
XYZ10.6120.954.1-
YUV89.9587.9667.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 147 (57.81% from 255) = 85.96%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=2.92%
G=85.96%
B=11.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147190.9700.870.42125.9293.4229.8
Hex59313610572A7e5d1e
Octal52232314101275217613536
Binary10110010011100111100001010101111010101111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059313; }

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

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

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

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

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

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

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

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