#13B913

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

Shades of Islamic Green #13B913

Tints of Islamic Green #13B913

Color information

#13B913 (or 0x13B913) is unknown color: approx Islamic Green. HEX triplet: 13, B9 and 13. RGB value is (19,185,19). Sum of RGB (Red+Green+Blue) = 19+185+19=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 185 (72.66% from 255 or 82.96% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 185 - color contains mainly: green. Hex color #13B913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B913 is #EC46EC. Grayscale: #747474. Windows color (decimal): -15484653 or 1292563. OLE color: 1292563.

HSL color Cylindrical-coordinate representation of color #13B913: hue angle of 120º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B913 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1918519-
CMYK0.9000.900.27
HSL120º81.37%40%-
HSV(B)120º89.73%72.55%-
XYZ17.7434.886.41-
YUV116.447358.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 185 (72.66% from 255) = 82.96%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=8.52%
G=82.96%
B=8.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19185190.9000.900.2712081.3740
Hex13B9135A05A1B785128
Octal232712313201323317012150
Binary1001110111001100111011010010110101101111110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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