#139478

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

Shades of Elf Green #139478

Tints of Elf Green #139478

Color information

#139478 (or 0x139478) is unknown color: approx Elf Green. HEX triplet: 13, 94 and 78. RGB value is (19,148,120). Sum of RGB (Red+Green+Blue) = 19+148+120=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #139478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139478 is #EC6B87. Grayscale: #6A6A6A. Windows color (decimal): -15494024 or 7902227. OLE color: 7902227.

HSL color Cylindrical-coordinate representation of color #139478: hue angle of 166.98º 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 #139478 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB19148120-
CMYK0.8700.190.42
HSL166.98º77.25%32.75%-
HSV(B)166.98º87.16%58.04%-
XYZ14.2522.6721.39-
YUV106.24135.7665.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=6.62%
G=51.57%
B=41.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191481200.8700.190.42166.9877.2532.75
Hex139478570132Aa74d21
Octal232241701270235224711541
Binary100111001010011110001010111010011101010101001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139478; }

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

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

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

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

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

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

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

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