#139062

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

Shades of Elf Green #139062

Tints of Elf Green #139062

Color information

#139062 (or 0x139062) is unknown color: approx Elf Green. HEX triplet: 13, 90 and 62. RGB value is (19,144,98). Sum of RGB (Red+Green+Blue) = 19+144+98=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #139062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139062 is #EC6F9D. Grayscale: #656565. Windows color (decimal): -15495070 or 6459411. OLE color: 6459411.

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

Color convert

RGB1914498-
CMYK0.8700.320.44
HSL157.92º76.69%31.96%-
HSV(B)157.92º86.81%56.47%-
XYZ12.4520.9714.95-
YUV101.38126.0969.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=7.28%
G=55.17%
B=37.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19144980.8700.320.44157.9276.6931.96
Hex139062570202C9e4d20
Octal232201421270405423611540
Binary1001110010000110001010101110100000101100100111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139062; }

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

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

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

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

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

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

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

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