#139674

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

Shades of Elf Green #139674

Tints of Elf Green #139674

Color information

#139674 (or 0x139674) is unknown color: approx Elf Green. HEX triplet: 13, 96 and 74. RGB value is (19,150,116). Sum of RGB (Red+Green+Blue) = 19+150+116=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #139674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139674 is #EC698B. Grayscale: #6A6A6A. Windows color (decimal): -15493516 or 7640595. OLE color: 7640595.

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

Color convert

RGB19150116-
CMYK0.8700.230.41
HSL164.43º77.51%33.14%-
HSV(B)164.43º87.33%58.82%-
XYZ14.3323.2120.25-
YUV106.96133.165.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=6.67%
G=52.63%
B=40.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191501160.8700.230.41164.4377.5133.14
Hex1396745701729a44e21
Octal232261641270275124411641
Binary100111001011011101001010111010111101001101001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139674; }

 p { color: rgb(19,150,116); }

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

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

 a { background-color: rgb(19,150,116); }

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

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

 span { border-color: rgb(19,150,116); }

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