#0E5044

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

Shades of Cyprus #0E5044

Tints of Cyprus #0E5044

Color information

#0E5044 (or 0x0E5044) is unknown color: approx Cyprus. HEX triplet: 0E, 50 and 44. RGB value is (14,80,68). Sum of RGB (Red+Green+Blue) = 14+80+68=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #0E5044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5044 is #F1AFBB. Grayscale: #3A3A3A. Windows color (decimal): -15839164 or 4476942. OLE color: 4476942.

HSL color Cylindrical-coordinate representation of color #0E5044: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E5044 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB148068-
CMYK0.8300.150.69
HSL169.09º70.21%18.43%-
HSV(B)169.09º82.5%31.37%-
XYZ4.096.256.46-
YUV58.9133.1395.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.64%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=8.64%
G=49.38%
B=41.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1480680.8300.150.69169.0970.2118.43
HexE5044530F45a94612
Octal1612010412301710525110622
Binary111010100001000100101001101111100010110101001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,68); }

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

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

 a { background-color: rgb(14,80,68); }

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

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

 span { border-color: rgb(14,80,68); }

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