#0e7049

Color #0E7049 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0E7049

Tints of Jewel #0E7049

Color information

#0E7049 (or 0x0E7049) is unknown color: approx Jewel. HEX triplet: 0E, 70 and 49. RGB value is (14,112,73). Sum of RGB (Red+Green+Blue) = 14+112+73=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7049 is #F18FB6. Grayscale: #4E4E4E. Windows color (decimal): -15830967 or 4812814. OLE color: 4812814.

HSL color Cylindrical-coordinate representation of color #0E7049: hue angle of 156.12º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7049 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1411273-
CMYK0.8800.350.56
HSL156.12º77.78%24.71%-
HSV(B)156.12º87.5%43.92%-
XYZ7.1812.168.27-
YUV78.25125.0382.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=7.04%
G=56.28%
B=36.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14112730.8800.350.56156.1277.7824.71
HexE704958023389c4e19
Octal161601111300437023411631
Binary1110111000010010011011000010001111100010011100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e7049; }

 p { color: rgb(14,112,73); }

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

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

 a { background-color: rgb(14,112,73); }

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

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

 span { border-color: rgb(14,112,73); }

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