#13A315

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

Shades of Islamic Green #13A315

Tints of Islamic Green #13A315

Color information

#13A315 (or 0x13A315) is unknown color: approx Islamic Green. HEX triplet: 13, A3 and 15. RGB value is (19,163,21). Sum of RGB (Red+Green+Blue) = 19+163+21=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #13A315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A315 is #EC5CEA. Grayscale: #686868. Windows color (decimal): -15490283 or 1418003. OLE color: 1418003.

HSL color Cylindrical-coordinate representation of color #13A315: hue angle of 120.83º 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 #13A315 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1916321-
CMYK0.8800.870.36
HSL120.83º79.12%35.69%-
HSV(B)120.83º88.34%63.92%-
XYZ13.526.395.09-
YUV103.7681.2967.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 163 (64.06% from 255) = 80.30%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=9.36%
G=80.30%
B=10.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163210.8800.870.36120.8379.1235.69
Hex13A3155805724794f24
Octal232432513001274417111744
Binary10011101000111010110110000101011110010011110011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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