#0E5641

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

Shades of Jewel #0E5641

Tints of Jewel #0E5641

Color information

#0E5641 (or 0x0E5641) is unknown color: approx Jewel. HEX triplet: 0E, 56 and 41. RGB value is (14,86,65). Sum of RGB (Red+Green+Blue) = 14+86+65=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5641 is #F1A9BE. Grayscale: #3E3E3E. Windows color (decimal): -15837631 or 4281870. OLE color: 4281870.

HSL color Cylindrical-coordinate representation of color #0E5641: hue angle of 162.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5641 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB148665-
CMYK0.8400.240.66
HSL162.5º72%19.61%-
HSV(B)162.5º83.72%33.73%-
XYZ4.467.136.14-
YUV62.08129.6593.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.48%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=8.48%
G=52.12%
B=39.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486650.8400.240.66162.57219.61
HexE56415401842a24814
Octal1612610112403010224211024
Binary1110101011010000011010100011000100001010100010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,65); }

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

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

 a { background-color: rgb(14,86,65); }

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

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

 span { border-color: rgb(14,86,65); }

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