Html Css Color HEX #13950D Islamic Green

📋 copy color: '#13950D'

red 19 ◦ green 149 ◦ blue 13

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

Shades of Islamic Green #13950D

Tints of Islamic Green #13950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 82.32%

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 10.5%
G = 82.32%
B = 7.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#13950D (or 0x13950D) is known color: Islamic Green. HEX triplet: 13, 95 and 0D. RGB value is (19,149,13). Sum of RGB (Red+Green+Blue) = 19+149+13=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #13950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13950D is #EC6AF2. Grayscale: #5F5F5F. Windows color (decimal): -15493875 or 890131. OLE color: 890131.

HSL color Cylindrical-coordinate representation of color #13950D: hue angle of 117.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13950D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 13 -
CMYK 0.87 0 0.91 0.42
HSL 117.35º 0.84% 0.32% -
HSV(B) 117.35º 0.91% 0.58% -
XYZ 11.09 21.66 3.98 -
YUV 94.63 81.93 74.06 -
System Red Green Blue C M Y K H S L
Decimal 19 149 13 0.87 0 0.91 0.42 117.35 0.84 0.32
Hex 13 95 D 57 0 5B 2A 75 54 20
Octal 23 225 15 127 0 133 52 165 124 40
Binary 10011 10010101 1101 1010111 0 1011011 101010 1110101 1010100 100000

Color Harmonies of #13950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13950D

Black with #13950D

Text Example


Text Example

White with #13950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13950D; }

 p { color: rgb(19,149,13); }

 H1.HeaderClassName
 {
   color: #13950D;
 }
 .AnyTagClassName
 {
   color: #13950D;
 }
</style>

background-color css

<style>
 a { background-color: #13950D; }

 a { background-color: rgb(19,149,13); }

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

border-color css

<style>
 span { border-color: #13950D; }

 span { border-color: rgb(19,149,13); }

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