Html Css Color HEX #0E5641 Jewel

📋 copy color: '#0E5641'

red 14 ◦ green 86 ◦ blue 65

#0E5641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #0E5641

Tints of Jewel #0E5641

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 value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#0E5641 (or 0x0E5641) is known color: 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

RGB 14 86 65 -
CMYK 0.84 0 0.24 0.66
HSL 162.5º 0.72% 0.2% -
HSV(B) 162.5º 0.84% 0.34% -
XYZ 4.46 7.13 6.14 -
YUV 62.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 14 86 65 0.84 0 0.24 0.66 162.5 0.72 0.2
Hex E 56 41 54 0 18 42 A2 48 14
Octal 16 126 101 124 0 30 102 242 110 24
Binary 1110 1010110 1000001 1010100 0 11000 1000010 10100010 1001000 10100

Color Harmonies of #0E5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5641

Black with #0E5641

Text Example


Text Example

White with #0E5641

Text Example


Text Example

HTML Codes & Css Web 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>