#13B40B

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

Shades of Islamic Green #13B40B

Tints of Islamic Green #13B40B

Color information

#13B40B (or 0x13B40B) is unknown color: approx Islamic Green. HEX triplet: 13, B4 and 0B. RGB value is (19,180,11). Sum of RGB (Red+Green+Blue) = 19+180+11=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 180 (70.70% from 255 or 85.71% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 180 - color contains mainly: green. Hex color #13B40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B40B is #EC4BF4. Grayscale: #717171. Windows color (decimal): -15485941 or 766995. OLE color: 766995.

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

Color convert

RGB1918011-
CMYK0.8900.940.29
HSL117.16º88.48%37.45%-
HSV(B)117.16º93.89%70.59%-
XYZ16.6532.815.77-
YUV112.670.6661.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 180 (70.70% from 255) = 85.71%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=9.05%
G=85.71%
B=5.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19180110.8900.940.29117.1688.4837.45
Hex13B4B5905E1D755825
Octal232641313101363516513045
Binary100111011010010111011001010111101110111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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