#139063

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

Shades of Elf Green #139063

Tints of Elf Green #139063

Color information

#139063 (or 0x139063) is unknown color: approx Elf Green. HEX triplet: 13, 90 and 63. RGB value is (19,144,99). Sum of RGB (Red+Green+Blue) = 19+144+99=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #139063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139063 is #EC6F9C. Grayscale: #656565. Windows color (decimal): -15495069 or 6524947. OLE color: 6524947.

HSL color Cylindrical-coordinate representation of color #139063: hue angle of 158.4º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139063 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1914499-
CMYK0.8700.310.44
HSL158.4º76.69%31.96%-
HSV(B)158.4º86.81%56.47%-
XYZ12.4920.9915.2-
YUV101.49126.5969.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=7.25%
G=54.96%
B=37.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19144990.8700.310.44158.476.6931.96
Hex1390635701F2C9e4d20
Octal232201431270375423611540
Binary100111001000011000111010111011111101100100111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139063; }

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

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

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

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

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

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

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

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