#05961B

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

Shades of Islamic Green #05961B

Tints of Islamic Green #05961B

Color information

#05961B (or 0x05961B) is unknown color: approx Islamic Green. HEX triplet: 05, 96 and 1B. RGB value is (5,150,27). Sum of RGB (Red+Green+Blue) = 5+150+27=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 150 (58.98% from 255 or 82.42% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 150 - color contains mainly: green. Hex color #05961B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05961B is #FA69E4. Grayscale: #5C5C5C. Windows color (decimal): -16411109 or 1807877. OLE color: 1807877.

HSL color Cylindrical-coordinate representation of color #05961B: hue angle of 129.1º 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 #05961B is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB515027-
CMYK0.9700.820.41
HSL129.1º93.55%30.39%-
HSV(B)129.1º96.67%58.82%-
XYZ11.1721.924.68-
YUV92.6290.9665.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 150 (58.98% from 255) = 82.42%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=2.75%
G=82.42%
B=14.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150270.9700.820.41129.193.5530.39
Hex5961B6105229815e1e
Octal52263314101225120113636
Binary101100101101101111000010101001010100110000001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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