#139865

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

Shades of Elf Green #139865

Tints of Elf Green #139865

Color information

#139865 (or 0x139865) is unknown color: approx Elf Green. HEX triplet: 13, 98 and 65. RGB value is (19,152,101). Sum of RGB (Red+Green+Blue) = 19+152+101=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #139865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139865 is #EC679A. Grayscale: #6A6A6A. Windows color (decimal): -15493019 or 6658067. OLE color: 6658067.

HSL color Cylindrical-coordinate representation of color #139865: hue angle of 156.99º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139865 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB19152101-
CMYK0.8700.340.40
HSL156.99º77.78%33.53%-
HSV(B)156.99º87.5%59.61%-
XYZ13.8523.5316.12-
YUV106.42124.9465.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=6.99%
G=55.88%
B=37.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521010.8700.340.40156.9977.7833.53
Hex13986557022289d4e22
Octal232301451270425023511642
Binary1001110011000110010110101110100010101000100111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139865; }

 p { color: rgb(19,152,101); }

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

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

 a { background-color: rgb(19,152,101); }

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

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

 span { border-color: rgb(19,152,101); }

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