#13B40D

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

Shades of Islamic Green #13B40D

Tints of Islamic Green #13B40D

Color information

#13B40D (or 0x13B40D) is unknown color: approx Islamic Green. HEX triplet: 13, B4 and 0D. RGB value is (19,180,13). Sum of RGB (Red+Green+Blue) = 19+180+13=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 180 (70.70% from 255 or 84.91% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 180 - color contains mainly: green. Hex color #13B40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B40D is #EC4BF2. Grayscale: #717171. Windows color (decimal): -15485939 or 898067. OLE color: 898067.

HSL color Cylindrical-coordinate representation of color #13B40D: hue angle of 117.84º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13B40D is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1918013-
CMYK0.8900.930.29
HSL117.84º86.53%37.84%-
HSV(B)117.84º92.78%70.59%-
XYZ16.6632.815.84-
YUV112.8271.6661.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 180 (70.70% from 255) = 84.91%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=8.96%
G=84.91%
B=6.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19180130.8900.930.29117.8486.5337.84
Hex13B4D5905D1D765726
Octal232641513101353516612746
Binary100111011010011011011001010111011110111101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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