#139566

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

Shades of Elf Green #139566

Tints of Elf Green #139566

Color information

#139566 (or 0x139566) is unknown color: approx Elf Green. HEX triplet: 13, 95 and 66. RGB value is (19,149,102). Sum of RGB (Red+Green+Blue) = 19+149+102=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #139566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139566 is #EC6A99. Grayscale: #686868. Windows color (decimal): -15493786 or 6722835. OLE color: 6722835.

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

Color convert

RGB19149102-
CMYK0.8700.320.42
HSL158.31º77.38%32.94%-
HSV(B)158.31º87.25%58.43%-
XYZ13.4122.5916.22-
YUV104.77126.4366.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=7.04%
G=55.19%
B=37.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191491020.8700.320.42158.3177.3832.94
Hex139566570202A9e4d21
Octal232251461270405223611541
Binary1001110010101110011010101110100000101010100111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139566; }

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

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

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

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

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

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

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

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