#139708

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

Shades of Islamic Green #139708

Tints of Islamic Green #139708

Color information

#139708 (or 0x139708) is unknown color: approx Islamic Green. HEX triplet: 13, 97 and 08. RGB value is (19,151,8). Sum of RGB (Red+Green+Blue) = 19+151+8=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 151 (59.38% from 255 or 84.83% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 151 - color contains mainly: green. Hex color #139708 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139708 is #EC68F7. Grayscale: #5F5F5F. Windows color (decimal): -15493368 or 562963. OLE color: 562963.

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

Color convert

RGB191518-
CMYK0.8700.950.41
HSL115.38º89.94%31.18%-
HSV(B)115.38º94.7%59.22%-
XYZ11.3822.293.93-
YUV95.2378.7773.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 151 (59.38% from 255) = 84.83%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=10.67%
G=84.83%
B=4.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1915180.8700.950.41115.3889.9431.18
Hex139785705F29735a1f
Octal232271012701375116313237
Binary100111001011110001010111010111111010011110011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139708; }

 p { color: rgb(19,151,8); }

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

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

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

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

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

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

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