#03961A

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

Shades of Islamic Green #03961A

Tints of Islamic Green #03961A

Color information

#03961A (or 0x03961A) is unknown color: approx Islamic Green. HEX triplet: 03, 96 and 1A. RGB value is (3,150,26). Sum of RGB (Red+Green+Blue) = 3+150+26=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #03961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03961A is #FC69E5. Grayscale: #5C5C5C. Windows color (decimal): -16542182 or 1742339. OLE color: 1742339.

HSL color Cylindrical-coordinate representation of color #03961A: hue angle of 129.39º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03961A is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB315026-
CMYK0.9800.830.41
HSL129.39º96.08%30%-
HSV(B)129.39º98%58.82%-
XYZ11.1321.914.62-
YUV91.9190.864.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 150 (58.98% from 255) = 83.80%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=1.68%
G=83.80%
B=14.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150260.9800.830.41129.3996.0830
Hex3961A620532981601e
Octal32263214201235120114036
Binary11100101101101011000100101001110100110000001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03961A; }

 p { color: rgb(3,150,26); }

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

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

 a { background-color: rgb(3,150,26); }

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

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

 span { border-color: rgb(3,150,26); }

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