#059412

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

Shades of Islamic Green #059412

Tints of Islamic Green #059412

Color information

#059412 (or 0x059412) is unknown color: approx Islamic Green. HEX triplet: 05, 94 and 12. RGB value is (5,148,18). Sum of RGB (Red+Green+Blue) = 5+148+18=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 148 (58.20% from 255 or 86.55% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 148 - color contains mainly: green. Hex color #059412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059412 is #FA6BED. Grayscale: #5A5A5A. Windows color (decimal): -16411630 or 1217541. OLE color: 1217541.

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

Color convert

RGB514818-
CMYK0.9700.880.42
HSL125.45º93.46%30%-
HSV(B)125.45º96.62%58.04%-
XYZ10.7621.264.11-
YUV90.4287.1267.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 148 (58.20% from 255) = 86.55%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=2.92%
G=86.55%
B=10.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5148180.9700.880.42125.4593.4630
Hex59412610582A7d5d1e
Octal52242214101305217513536
Binary10110010100100101100001010110001010101111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059412; }

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

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

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

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

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

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

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

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