#0E5145

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

Shades of Cyprus #0E5145

Tints of Cyprus #0E5145

Color information

#0E5145 (or 0x0E5145) is unknown color: approx Cyprus. HEX triplet: 0E, 51 and 45. RGB value is (14,81,69). Sum of RGB (Red+Green+Blue) = 14+81+69=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5145 is #F1AEBA. Grayscale: #3B3B3B. Windows color (decimal): -15838907 or 4542734. OLE color: 4542734.

HSL color Cylindrical-coordinate representation of color #0E5145: hue angle of 169.25º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5145 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB148169-
CMYK0.8300.150.68
HSL169.25º70.53%18.63%-
HSV(B)169.25º82.72%31.76%-
XYZ4.26.416.65-
YUV59.6133.395.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=8.54%
G=49.39%
B=42.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481690.8300.150.68169.2570.5318.63
HexE5145530F44a94713
Octal1612110512301710425110723
Binary111010100011000101101001101111100010010101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,69); }

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

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

 a { background-color: rgb(14,81,69); }

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

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

 span { border-color: rgb(14,81,69); }

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