#13A313

Color #13A313 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #13A313

Tints of Islamic Green #13A313

Color information

#13A313 (or 0x13A313) is unknown color: approx Islamic Green. HEX triplet: 13, A3 and 13. RGB value is (19,163,19). Sum of RGB (Red+Green+Blue) = 19+163+19=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 163 (64.06% from 255 or 81.09% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 163 - color contains mainly: green. Hex color #13A313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A313 is #EC5CEC. Grayscale: #676767. Windows color (decimal): -15490285 or 1286931. OLE color: 1286931.

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

Color convert

RGB1916319-
CMYK0.8800.880.36
HSL120º79.12%35.69%-
HSV(B)120º88.34%63.92%-
XYZ13.4826.385-
YUV103.5380.2967.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 163 (64.06% from 255) = 81.09%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=9.45%
G=81.09%
B=9.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163190.8800.880.3612079.1235.69
Hex13A3135805824784f24
Octal232432313001304417011744
Binary10011101000111001110110000101100010010011110001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13A313;
 }
 .AnyTagClassName
 {
   color: #13A313;
 }
</style>
background-color css

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

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

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

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

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

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