#059512

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

Shades of Islamic Green #059512

Tints of Islamic Green #059512

Color information

#059512 (or 0x059512) is unknown color: approx Islamic Green. HEX triplet: 05, 95 and 12. RGB value is (5,149,18). Sum of RGB (Red+Green+Blue) = 5+149+18=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 149 (58.59% from 255 or 86.63% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 149 - color contains mainly: green. Hex color #059512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059512 is #FA6AED. Grayscale: #5B5B5B. Windows color (decimal): -16411374 or 1217797. OLE color: 1217797.

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

Color convert

RGB514918-
CMYK0.9700.880.42
HSL125.42º93.51%30.2%-
HSV(B)125.42º96.64%58.43%-
XYZ10.9221.574.16-
YUV91.0186.7966.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 149 (58.59% from 255) = 86.63%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=2.91%
G=86.63%
B=10.47%

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
Decimal5149180.9700.880.42125.4293.5130.2
Hex59512610582A7d5e1e
Octal52252214101305217513636
Binary10110010101100101100001010110001010101111101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059512; }

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

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

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

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

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

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

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

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