#05961E

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

Shades of Islamic Green #05961E

Tints of Islamic Green #05961E

Color information

#05961E (or 0x05961E) is unknown color: approx Islamic Green. HEX triplet: 05, 96 and 1E. RGB value is (5,150,30). Sum of RGB (Red+Green+Blue) = 5+150+30=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 150 (58.98% from 255 or 81.08% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 150 - color contains mainly: green. Hex color #05961E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05961E is #FA69E1. Grayscale: #5D5D5D. Windows color (decimal): -16411106 or 2004485. OLE color: 2004485.

HSL color Cylindrical-coordinate representation of color #05961E: hue angle of 130.34º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05961E is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB515030-
CMYK0.9700.800.41
HSL130.34º93.55%30.39%-
HSV(B)130.34º96.67%58.82%-
XYZ11.221.944.87-
YUV92.9692.4665.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 150 (58.98% from 255) = 81.08%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=2.70%
G=81.08%
B=16.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150300.9700.800.41130.3493.5530.39
Hex5961E6105029825e1e
Octal52263614101205120213636
Binary101100101101111011000010101000010100110000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05961E; }

 p { color: rgb(5,150,30); }

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

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

 a { background-color: rgb(5,150,30); }

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

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

 span { border-color: rgb(5,150,30); }

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