Html Css Color HEX #0E5941 Jewel

📋 copy color: '#0E5941'

red 14 ◦ green 89 ◦ blue 65

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

Shades of Jewel #0E5941

Tints of Jewel #0E5941

RGB

 RED value IS 14 (5.86% from 255) = 8.33%

 GREEN value IS 89 (35.16% from 255) = 52.98%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 8.33%
G = 52.98%
B = 38.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#0E5941 (or 0x0E5941) is known color: Jewel. HEX triplet: 0E, 59 and 41. RGB value is (14,89,65). Sum of RGB (Red+Green+Blue) = 14+89+65=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5941 is #F1A6BE. Grayscale: #3F3F3F. Windows color (decimal): -15836863 or 4282638. OLE color: 4282638.

HSL color Cylindrical-coordinate representation of color #0E5941: hue angle of 160.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5941 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 89 65 -
CMYK 0.84 0 0.27 0.65
HSL 160.8º 0.73% 0.2% -
HSV(B) 160.8º 0.84% 0.35% -
XYZ 4.71 7.62 6.22 -
YUV 63.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 14 89 65 0.84 0 0.27 0.65 160.8 0.73 0.2
Hex E 59 41 54 0 1B 41 A1 49 14
Octal 16 131 101 124 0 33 101 241 111 24
Binary 1110 1011001 1000001 1010100 0 11011 1000001 10100001 1001001 10100

Color Harmonies of #0E5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5941

Black with #0E5941

Text Example


Text Example

White with #0E5941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E5941;
 }
 .AnyTagClassName
 {
   color: #0E5941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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