#139563

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

Shades of Elf Green #139563

Tints of Elf Green #139563

Color information

#139563 (or 0x139563) is unknown color: approx Elf Green. HEX triplet: 13, 95 and 63. RGB value is (19,149,99). Sum of RGB (Red+Green+Blue) = 19+149+99=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #139563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139563 is #EC6A9C. Grayscale: #686868. Windows color (decimal): -15493789 or 6526227. OLE color: 6526227.

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

Color convert

RGB1914999-
CMYK0.8700.340.42
HSL156.92º77.38%32.94%-
HSV(B)156.92º87.25%58.43%-
XYZ13.2722.5315.45-
YUV104.43124.9367.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=7.12%
G=55.81%
B=37.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149990.8700.340.42156.9277.3832.94
Hex139563570222A9d4d21
Octal232251431270425223511541
Binary1001110010101110001110101110100010101010100111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139563; }

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

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

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

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

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

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

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

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