Html Css Color HEX #13A513 Islamic Green

📋 copy color: '#13A513'

red 19 ◦ green 165 ◦ blue 19

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

Shades of Islamic Green #13A513

Tints of Islamic Green #13A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 81.28%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 9.36%
G = 81.28%
B = 9.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#13A513 (or 0x13A513) is known color: Islamic Green. HEX triplet: 13, A5 and 13. RGB value is (19,165,19). Sum of RGB (Red+Green+Blue) = 19+165+19=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 165 (64.84% from 255 or 81.28% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 165 - color contains mainly: green. Hex color #13A513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A513 is #EC5AEC. Grayscale: #696969. Windows color (decimal): -15489773 or 1287443. OLE color: 1287443.

HSL color Cylindrical-coordinate representation of color #13A513: hue angle of 120º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A513 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 165 19 -
CMYK 0.88 0 0.88 0.35
HSL 120º 0.79% 0.36% -
HSV(B) 120º 0.88% 0.65% -
XYZ 13.84 27.1 5.12 -
YUV 104.7 79.63 66.87 -
System Red Green Blue C M Y K H S L
Decimal 19 165 19 0.88 0 0.88 0.35 120 0.79 0.36
Hex 13 A5 13 58 0 58 23 78 4F 24
Octal 23 245 23 130 0 130 43 170 117 44
Binary 10011 10100101 10011 1011000 0 1011000 100011 1111000 1001111 100100

Color Harmonies of #13A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A513

Black with #13A513

Text Example


Text Example

White with #13A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A513; }

 p { color: rgb(19,165,19); }

 H1.HeaderClassName
 {
   color: #13A513;
 }
 .AnyTagClassName
 {
   color: #13A513;
 }
</style>

background-color css

<style>
 a { background-color: #13A513; }

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

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

border-color css

<style>
 span { border-color: #13A513; }

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

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