#0E4340

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

Shades of Cyprus #0E4340

Tints of Cyprus #0E4340

Color information

#0E4340 (or 0x0E4340) is unknown color: approx Cyprus. HEX triplet: 0E, 43 and 40. RGB value is (14,67,64). Sum of RGB (Red+Green+Blue) = 14+67+64=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #0E4340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4340 is #F1BCBF. Grayscale: #323232. Windows color (decimal): -15842496 or 4211470. OLE color: 4211470.

HSL color Cylindrical-coordinate representation of color #0E4340: hue angle of 176.6º 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 #0E4340 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB146764-
CMYK0.7900.040.74
HSL176.6º65.43%15.88%-
HSV(B)176.6º79.1%26.27%-
XYZ3.114.485.55-
YUV50.81135.44101.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=9.66%
G=46.21%
B=44.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1467640.7900.040.74176.665.4315.88
HexE43404F044Ab14110
Octal161031001170411226110120
Binary11101000011100000010011110100100101010110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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