Html Css Color HEX #03960A Islamic Green

📋 copy color: '#03960A'

red 3 ◦ green 150 ◦ blue 10

#03960A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #03960A

Tints of Islamic Green #03960A

RGB

 RED value IS 3 (1.56% from 255) = 1.84%

 GREEN value IS 150 (58.98% from 255) = 92.02%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 1.84%
G = 92.02%
B = 6.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#03960A (or 0x03960A) is known color: Islamic Green. HEX triplet: 03, 96 and 0A. RGB value is (3,150,10). Sum of RGB (Red+Green+Blue) = 3+150+10=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 150 (58.98% from 255 or 92.02% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 150 - color contains mainly: green. Hex color #03960A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03960A is #FC69F5. Grayscale: #5A5A5A. Windows color (decimal): -16542198 or 693763. OLE color: 693763.

HSL color Cylindrical-coordinate representation of color #03960A: hue angle of 122.86º 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 #03960A is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 10 -
CMYK 0.98 0 0.93 0.41
HSL 122.86º 0.96% 0.3% -
HSV(B) 122.86º 0.98% 0.59% -
XYZ 11 21.85 3.93 -
YUV 90.09 82.8 65.88 -
System Red Green Blue C M Y K H S L
Decimal 3 150 10 0.98 0 0.93 0.41 122.86 0.96 0.3
Hex 3 96 A 62 0 5D 29 7B 60 1E
Octal 3 226 12 142 0 135 51 173 140 36
Binary 11 10010110 1010 1100010 0 1011101 101001 1111011 1100000 11110

Color Harmonies of #03960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03960A

Black with #03960A

Text Example


Text Example

White with #03960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03960A;
 }
 .AnyTagClassName
 {
   color: #03960A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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