#139209

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

Shades of Islamic Green #139209

Tints of Islamic Green #139209

Color information

#139209 (or 0x139209) is unknown color: approx Islamic Green. HEX triplet: 13, 92 and 09. RGB value is (19,146,9). Sum of RGB (Red+Green+Blue) = 19+146+9=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 146 (57.42% from 255 or 83.91% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 146 - color contains mainly: green. Hex color #139209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139209 is #EC6DF6. Grayscale: #5C5C5C. Windows color (decimal): -15494647 or 627219. OLE color: 627219.

HSL color Cylindrical-coordinate representation of color #139209: hue angle of 115.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #139209 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB191469-
CMYK0.8700.940.43
HSL115.62º88.39%30.39%-
HSV(B)115.62º93.84%57.25%-
XYZ10.620.723.7-
YUV92.4180.9275.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 146 (57.42% from 255) = 83.91%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=10.92%
G=83.91%
B=5.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1914690.8700.940.43115.6288.3930.39
Hex139295705E2B74581e
Octal232221112701365316413036
Binary100111001001010011010111010111101010111110100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139209; }

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

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

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

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

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

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

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

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