#139367

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

Shades of Elf Green #139367

Tints of Elf Green #139367

Color information

#139367 (or 0x139367) is unknown color: approx Elf Green. HEX triplet: 13, 93 and 67. RGB value is (19,147,103). Sum of RGB (Red+Green+Blue) = 19+147+103=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #139367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139367 is #EC6C98. Grayscale: #676767. Windows color (decimal): -15494297 or 6787859. OLE color: 6787859.

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

Color convert

RGB19147103-
CMYK0.8700.300.42
HSL159.38º77.11%32.55%-
HSV(B)159.38º87.07%57.65%-
XYZ13.1521.9916.38-
YUV103.71127.5967.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=7.06%
G=54.65%
B=38.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471030.8700.300.42159.3877.1132.55
Hex1393675701E2A9f4d21
Octal232231471270365223711541
Binary100111001001111001111010111011110101010100111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139367; }

 p { color: rgb(19,147,103); }

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

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

 a { background-color: rgb(19,147,103); }

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

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

 span { border-color: rgb(19,147,103); }

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