#139500

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

Shades of Islamic Green #139500

Tints of Islamic Green #139500

Color information

#139500 (or 0x139500) is unknown color: approx Islamic Green. HEX triplet: 13, 95 and 00. RGB value is (19,149,0). Sum of RGB (Red+Green+Blue) = 19+149+0=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 149 (58.59% from 255 or 88.69% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 149 - color contains mainly: green. Hex color #139500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139500 is #EC6AFF. Grayscale: #5D5D5D. Windows color (decimal): -15493888 or 38163. OLE color: 38163.

HSL color Cylindrical-coordinate representation of color #139500: hue angle of 112.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #139500 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB191490-
CMYK0.87010.42
HSL112.35º100%29.22%-
HSV(B)112.35º100%58.43%-
XYZ11.0221.633.6-
YUV93.1475.4375.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 149 (58.59% from 255) = 88.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.31%
G=88.69%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1914900.87010.42112.3510029.22
Hex13950570642A70641d
Octal23225012701445216014435
Binary100111001010101010111011001001010101110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139500; }

 p { color: rgb(19,149,0); }

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

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

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

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

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

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

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