Html Css Color HEX #13960B Islamic Green

📋 copy color: '#13960B'

red 19 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #13960B

Tints of Islamic Green #13960B

RGB

 RED value IS 19 (7.81% from 255) = 10.56%

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

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

R = 10.56%
G = 83.33%
B = 6.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#13960B (or 0x13960B) is known color: Islamic Green. HEX triplet: 13, 96 and 0B. RGB value is (19,150,11). Sum of RGB (Red+Green+Blue) = 19+150+11=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 150 (58.98% from 255 or 83.33% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 150 - color contains mainly: green. Hex color #13960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13960B is #EC69F4. Grayscale: #5F5F5F. Windows color (decimal): -15493621 or 759315. OLE color: 759315.

HSL color Cylindrical-coordinate representation of color #13960B: hue angle of 116.55º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13960B is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 11 -
CMYK 0.87 0 0.93 0.41
HSL 116.55º 0.86% 0.32% -
HSV(B) 116.55º 0.93% 0.59% -
XYZ 11.24 21.98 3.97 -
YUV 94.99 80.6 73.8 -
System Red Green Blue C M Y K H S L
Decimal 19 150 11 0.87 0 0.93 0.41 116.55 0.86 0.32
Hex 13 96 B 57 0 5D 29 75 56 20
Octal 23 226 13 127 0 135 51 165 126 40
Binary 10011 10010110 1011 1010111 0 1011101 101001 1110101 1010110 100000

Color Harmonies of #13960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13960B

Black with #13960B

Text Example


Text Example

White with #13960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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