Html Css Color HEX #0E5849 Cyprus

📋 copy color: '#0E5849'

red 14 ◦ green 88 ◦ blue 73

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

Shades of Cyprus #0E5849

Tints of Cyprus #0E5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 8%
G = 50.29%
B = 41.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#0E5849 (or 0x0E5849) is known color: Cyprus. HEX triplet: 0E, 58 and 49. RGB value is (14,88,73). Sum of RGB (Red+Green+Blue) = 14+88+73=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #0E5849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5849 is #F1A7B6. Grayscale: #404040. Windows color (decimal): -15837111 or 4806670. OLE color: 4806670.

HSL color Cylindrical-coordinate representation of color #0E5849: hue angle of 167.84º 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 #0E5849 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 88 73 -
CMYK 0.84 0 0.17 0.65
HSL 167.84º 0.73% 0.2% -
HSV(B) 167.84º 0.84% 0.35% -
XYZ 4.87 7.55 7.5 -
YUV 64.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 14 88 73 0.84 0 0.17 0.65 167.84 0.73 0.2
Hex E 58 49 54 0 11 41 A8 49 14
Octal 16 130 111 124 0 21 101 250 111 24
Binary 1110 1011000 1001001 1010100 0 10001 1000001 10101000 1001001 10100

Color Harmonies of #0E5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5849

Black with #0E5849

Text Example


Text Example

White with #0E5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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