#0E4241

Color #0E4241 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0E4241

Tints of Cyprus #0E4241

Color information

#0E4241 (or 0x0E4241) is unknown color: approx Cyprus. HEX triplet: 0E, 42 and 41. RGB value is (14,66,65). Sum of RGB (Red+Green+Blue) = 14+66+65=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #0E4241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4241 is #F1BDBE. Grayscale: #323232. Windows color (decimal): -15842751 or 4276750. OLE color: 4276750.

HSL color Cylindrical-coordinate representation of color #0E4241: hue angle of 178.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E4241 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB146665-
CMYK0.7900.020.74
HSL178.85º65%15.69%-
HSV(B)178.85º78.79%25.88%-
XYZ3.084.375.68-
YUV50.34136.27102.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=9.66%
G=45.52%
B=44.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1466650.7900.020.74178.856515.69
HexE42414F024Ab34110
Octal161021011170211226310120
Binary1110100001010000011001111010100101010110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E4241;
 }
 .AnyTagClassName
 {
   color: #0E4241;
 }
</style>
background-color css

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

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

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

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

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

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