#0E6D49

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

Shades of Jewel #0E6D49

Tints of Jewel #0E6D49

Color information

#0E6D49 (or 0x0E6D49) is unknown color: approx Jewel. HEX triplet: 0E, 6D and 49. RGB value is (14,109,73). Sum of RGB (Red+Green+Blue) = 14+109+73=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6D49 is #F192B6. Grayscale: #4C4C4C. Windows color (decimal): -15831735 or 4812046. OLE color: 4812046.

HSL color Cylindrical-coordinate representation of color #0E6D49: hue angle of 157.26º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6D49 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1410973-
CMYK0.8700.330.57
HSL157.26º77.24%24.12%-
HSV(B)157.26º87.16%42.75%-
XYZ6.8511.518.16-
YUV76.49126.0383.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.14%
GREEN value IS 109 (42.97% from 255) = 55.61%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=7.14%
G=55.61%
B=37.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal14109730.8700.330.57157.2677.2424.12
HexE6D4957021399d4d18
Octal161551111270417123511530
Binary1110110110110010011010111010000111100110011101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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