#139465

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

Shades of Elf Green #139465

Tints of Elf Green #139465

Color information

#139465 (or 0x139465) is unknown color: approx Elf Green. HEX triplet: 13, 94 and 65. RGB value is (19,148,101). Sum of RGB (Red+Green+Blue) = 19+148+101=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #139465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139465 is #EC6B9A. Grayscale: #686868. Windows color (decimal): -15494043 or 6657043. OLE color: 6657043.

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

Color convert

RGB19148101-
CMYK0.8700.320.42
HSL158.14º77.25%32.75%-
HSV(B)158.14º87.16%58.04%-
XYZ13.2122.2615.91-
YUV104.07126.2667.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.09%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=7.09%
G=55.22%
B=37.69%

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
Decimal191481010.8700.320.42158.1477.2532.75
Hex139465570202A9e4d21
Octal232241451270405223611541
Binary1001110010100110010110101110100000101010100111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139465; }

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

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

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

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

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

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

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

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