Html Css Color HEX #03960B Islamic Green

📋 copy color: '#03960B'

red 3 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #03960B

Tints of Islamic Green #03960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.71%

R = 1.83%
G = 91.46%
B = 6.71%

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

#03960B (or 0x03960B) is known color: Islamic Green. HEX triplet: 03, 96 and 0B. RGB value is (3,150,11). Sum of RGB (Red+Green+Blue) = 3+150+11=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 150 (58.98% from 255 or 91.46% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 150 - color contains mainly: green. Hex color #03960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03960B is #FC69F4. Grayscale: #5A5A5A. Windows color (decimal): -16542197 or 759299. OLE color: 759299.

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

Color convert

RGB 3 150 11 -
CMYK 0.98 0 0.93 0.41
HSL 123.27º 0.96% 0.3% -
HSV(B) 123.27º 0.98% 0.59% -
XYZ 11 21.86 3.96 -
YUV 90.2 83.3 65.8 -
System Red Green Blue C M Y K H S L
Decimal 3 150 11 0.98 0 0.93 0.41 123.27 0.96 0.3
Hex 3 96 B 62 0 5D 29 7B 60 1E
Octal 3 226 13 142 0 135 51 173 140 36
Binary 11 10010110 1011 1100010 0 1011101 101001 1111011 1100000 11110

Color Harmonies of #03960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03960B

Black with #03960B

Text Example


Text Example

White with #03960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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