#139603

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

Shades of Islamic Green #139603

Tints of Islamic Green #139603

Color information

#139603 (or 0x139603) is unknown color: approx Islamic Green. HEX triplet: 13, 96 and 03. RGB value is (19,150,3). Sum of RGB (Red+Green+Blue) = 19+150+3=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 150 (58.98% from 255 or 87.21% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 150 - color contains mainly: green. Hex color #139603 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139603 is #EC69FC. Grayscale: #5E5E5E. Windows color (decimal): -15493629 or 235027. OLE color: 235027.

HSL color Cylindrical-coordinate representation of color #139603: hue angle of 113.47º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #139603 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB191503-
CMYK0.8700.980.41
HSL113.47º96.08%30%-
HSV(B)113.47º98%58.82%-
XYZ11.1921.963.73-
YUV94.0776.674.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 150 (58.98% from 255) = 87.21%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=11.05%
G=87.21%
B=1.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1915030.8700.980.41113.4796.0830
Hex13963570622971601e
Octal23226312701425116114036
Binary1001110010110111010111011000101010011110001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139603; }

 p { color: rgb(19,150,3); }

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

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

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

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

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

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

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