#139405

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

Shades of Islamic Green #139405

Tints of Islamic Green #139405

Color information

#139405 (or 0x139405) is unknown color: approx Islamic Green. HEX triplet: 13, 94 and 05. RGB value is (19,148,5). Sum of RGB (Red+Green+Blue) = 19+148+5=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 148 (58.20% from 255 or 86.05% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 148 - color contains mainly: green. Hex color #139405 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139405 is #EC6BFA. Grayscale: #5D5D5D. Windows color (decimal): -15494139 or 365587. OLE color: 365587.

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

Color convert

RGB191485-
CMYK0.8700.970.42
HSL114.13º93.46%30%-
HSV(B)114.13º96.62%58.04%-
XYZ10.8921.333.69-
YUV93.1378.2675.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 148 (58.20% from 255) = 86.05%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=11.05%
G=86.05%
B=2.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1914850.8700.970.42114.1393.4630
Hex13945570612A725d1e
Octal23224512701415216213536
Binary10011100101001011010111011000011010101110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139405; }

 p { color: rgb(19,148,5); }

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

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

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

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

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

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

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