#139372

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

Shades of Elf Green #139372

Tints of Elf Green #139372

Color information

#139372 (or 0x139372) is unknown color: approx Elf Green. HEX triplet: 13, 93 and 72. RGB value is (19,147,114). Sum of RGB (Red+Green+Blue) = 19+147+114=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #139372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139372 is #EC6C8D. Grayscale: #686868. Windows color (decimal): -15494286 or 7508755. OLE color: 7508755.

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

Color convert

RGB19147114-
CMYK0.8700.220.42
HSL164.53º77.11%32.55%-
HSV(B)164.53º87.07%57.65%-
XYZ13.7422.2219.48-
YUV104.97133.0966.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.79%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=6.79%
G=52.5%
B=40.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471140.8700.220.42164.5377.1132.55
Hex139372570162Aa54d21
Octal232231621270265224511541
Binary100111001001111100101010111010110101010101001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139372; }

 p { color: rgb(19,147,114); }

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

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

 a { background-color: rgb(19,147,114); }

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

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

 span { border-color: rgb(19,147,114); }

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