#0E4D43

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

Shades of Cyprus #0E4D43

Tints of Cyprus #0E4D43

Color information

#0E4D43 (or 0x0E4D43) is unknown color: approx Cyprus. HEX triplet: 0E, 4D and 43. RGB value is (14,77,67). Sum of RGB (Red+Green+Blue) = 14+77+67=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4D43 is #F1B2BC. Grayscale: #393939. Windows color (decimal): -15839933 or 4410638. OLE color: 4410638.

HSL color Cylindrical-coordinate representation of color #0E4D43: hue angle of 170.48º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D43 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB147767-
CMYK0.8200.130.70
HSL170.48º69.23%17.84%-
HSV(B)170.48º81.82%30.2%-
XYZ3.855.816.23-
YUV57.02133.6397.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=8.86%
G=48.73%
B=42.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1477670.8200.130.70170.4869.2317.84
HexE4D43520D46aa4512
Octal1611510312201510625210522
Binary111010011011000011101001001101100011010101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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