#0E4940

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

Shades of Cyprus #0E4940

Tints of Cyprus #0E4940

Color information

#0E4940 (or 0x0E4940) is unknown color: approx Cyprus. HEX triplet: 0E, 49 and 40. RGB value is (14,73,64). Sum of RGB (Red+Green+Blue) = 14+73+64=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4940 is #F1B6BF. Grayscale: #363636. Windows color (decimal): -15840960 or 4213006. OLE color: 4213006.

HSL color Cylindrical-coordinate representation of color #0E4940: hue angle of 170.85º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4940 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB147364-
CMYK0.8100.120.71
HSL170.85º67.82%17.06%-
HSV(B)170.85º80.82%28.63%-
XYZ3.495.235.68-
YUV54.33133.4599.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=9.27%
G=48.34%
B=42.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1473640.8100.120.71170.8567.8217.06
HexE4940510C47ab4411
Octal1611110012101410725310421
Binary111010010011000000101000101100100011110101011100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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