#059413

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

Shades of Islamic Green #059413

Tints of Islamic Green #059413

Color information

#059413 (or 0x059413) is unknown color: approx Islamic Green. HEX triplet: 05, 94 and 13. RGB value is (5,148,19). Sum of RGB (Red+Green+Blue) = 5+148+19=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 148 (58.20% from 255 or 86.05% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 148 - color contains mainly: green. Hex color #059413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059413 is #FA6BEC. Grayscale: #5A5A5A. Windows color (decimal): -16411629 or 1283077. OLE color: 1283077.

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

Color convert

RGB514819-
CMYK0.9700.870.42
HSL125.87º93.46%30%-
HSV(B)125.87º96.62%58.04%-
XYZ10.7721.264.15-
YUV90.5487.6266.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 148 (58.20% from 255) = 86.05%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=2.91%
G=86.05%
B=11.05%

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
Decimal5148190.9700.870.42125.8793.4630
Hex59413610572A7e5d1e
Octal52242314101275217613536
Binary10110010100100111100001010101111010101111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059413; }

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

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

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

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

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

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

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

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