Html Css Color HEX #0E5549 Cyprus

📋 copy color: '#0E5549'

red 14 ◦ green 85 ◦ blue 73

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

Shades of Cyprus #0E5549

Tints of Cyprus #0E5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

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

R = 8.14%
G = 49.42%
B = 42.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#0E5549 (or 0x0E5549) is known color: Cyprus. HEX triplet: 0E, 55 and 49. RGB value is (14,85,73). Sum of RGB (Red+Green+Blue) = 14+85+73=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5549 is #F1AAB6. Grayscale: #3E3E3E. Windows color (decimal): -15837879 or 4805902. OLE color: 4805902.

HSL color Cylindrical-coordinate representation of color #0E5549: hue angle of 169.86º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5549 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 85 73 -
CMYK 0.84 0 0.14 0.67
HSL 169.86º 0.72% 0.19% -
HSV(B) 169.86º 0.84% 0.33% -
XYZ 4.63 7.07 7.42 -
YUV 62.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 14 85 73 0.84 0 0.14 0.67 169.86 0.72 0.19
Hex E 55 49 54 0 E 43 AA 48 13
Octal 16 125 111 124 0 16 103 252 110 23
Binary 1110 1010101 1001001 1010100 0 1110 1000011 10101010 1001000 10011

Color Harmonies of #0E5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5549

Black with #0E5549

Text Example


Text Example

White with #0E5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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