#13920f

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

Shades of Islamic Green #13920F

Tints of Islamic Green #13920F

Color information

#13920F (or 0x13920F) is unknown color: approx Islamic Green. HEX triplet: 13, 92 and 0F. RGB value is (19,146,15). Sum of RGB (Red+Green+Blue) = 19+146+15=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 146 (57.42% from 255 or 81.11% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 146 - color contains mainly: green. Hex color #13920F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13920F is #EC6DF0. Grayscale: #5D5D5D. Windows color (decimal): -15494641 or 1020435. OLE color: 1020435.

HSL color Cylindrical-coordinate representation of color #13920F: hue angle of 118.17º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13920F is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1914615-
CMYK0.8700.900.43
HSL118.17º81.37%31.57%-
HSV(B)118.17º89.73%57.25%-
XYZ10.6320.733.89-
YUV93.0983.9275.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 146 (57.42% from 255) = 81.11%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=10.56%
G=81.11%
B=8.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19146150.8700.900.43118.1781.3731.57
Hex1392F5705A2B765120
Octal232221712701325316612140
Binary1001110010010111110101110101101010101111101101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13920f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13920f; }

 p { color: rgb(19,146,15); }

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

<style>
 a { background-color: #13920f; }

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

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

<style>
 span { border-color: #13920f; }

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

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