Html Css Color HEX #0E5B48 Jewel

📋 copy color: '#0E5B48'

red 14 ◦ green 91 ◦ blue 72

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

Shades of Jewel #0E5B48

Tints of Jewel #0E5B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 7.91%
G = 51.41%
B = 40.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#0E5B48 (or 0x0E5B48) is known color: Jewel. HEX triplet: 0E, 5B and 48. RGB value is (14,91,72). Sum of RGB (Red+Green+Blue) = 14+91+72=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5B48 is #F1A4B7. Grayscale: #414141. Windows color (decimal): -15836344 or 4741902. OLE color: 4741902.

HSL color Cylindrical-coordinate representation of color #0E5B48: hue angle of 165.19º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5B48 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 91 72 -
CMYK 0.85 0 0.21 0.64
HSL 165.19º 0.73% 0.21% -
HSV(B) 165.19º 0.85% 0.36% -
XYZ 5.09 8.04 7.42 -
YUV 65.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 14 91 72 0.85 0 0.21 0.64 165.19 0.73 0.21
Hex E 5B 48 55 0 15 40 A5 49 15
Octal 16 133 110 125 0 25 100 245 111 25
Binary 1110 1011011 1001000 1010101 0 10101 1000000 10100101 1001001 10101

Color Harmonies of #0E5B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5B48

Black with #0E5B48

Text Example


Text Example

White with #0E5B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,91,72); }

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

background-color css

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

 a { background-color: rgb(14,91,72); }

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

border-color css

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

 span { border-color: rgb(14,91,72); }

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