#059201

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

Shades of Islamic Green #059201

Tints of Islamic Green #059201

Color information

#059201 (or 0x059201) is unknown color: approx Islamic Green. HEX triplet: 05, 92 and 01. RGB value is (5,146,1). Sum of RGB (Red+Green+Blue) = 5+146+1=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 146 (57.42% from 255 or 96.05% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 146 - color contains mainly: green. Hex color #059201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #059201 is #FA6DFE. Grayscale: #575757. Windows color (decimal): -16412159 or 102917. OLE color: 102917.

HSL color Cylindrical-coordinate representation of color #059201: hue angle of 118.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #059201 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB51461-
CMYK0.9700.990.43
HSL118.34º98.64%28.82%-
HSV(B)118.34º99.32%57.25%-
XYZ10.3520.593.46-
YUV87.3179.2969.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 146 (57.42% from 255) = 96.05%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=3.29%
G=96.05%
B=0.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal514610.9700.990.43118.3498.6428.82
Hex5921610632B76631d
Octal5222114101435316614335
Binary1011001001011100001011000111010111110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059201; }

 p { color: rgb(5,146,1); }

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

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

 a { background-color: rgb(5,146,1); }

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

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

 span { border-color: rgb(5,146,1); }

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