#059414

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

Shades of Islamic Green #059414

Tints of Islamic Green #059414

Color information

#059414 (or 0x059414) is unknown color: approx Islamic Green. HEX triplet: 05, 94 and 14. RGB value is (5,148,20). Sum of RGB (Red+Green+Blue) = 5+148+20=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 148 (58.20% from 255 or 85.55% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 148 - color contains mainly: green. Hex color #059414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059414 is #FA6BEB. Grayscale: #5B5B5B. Windows color (decimal): -16411628 or 1348613. OLE color: 1348613.

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

Color convert

RGB514820-
CMYK0.9700.860.42
HSL126.29º93.46%30%-
HSV(B)126.29º96.62%58.04%-
XYZ10.7821.264.2-
YUV90.6588.1266.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 148 (58.20% from 255) = 85.55%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=2.89%
G=85.55%
B=11.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5148200.9700.860.42126.2993.4630
Hex59414610562A7e5d1e
Octal52242414101265217613536
Binary10110010100101001100001010101101010101111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059414; }

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

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

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

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

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

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

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

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