#014E42

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

Shades of Cyprus #014E42

Tints of Cyprus #014E42

Color information

#014E42 (or 0x014E42) is unknown color: approx Cyprus. HEX triplet: 01, 4E and 42. RGB value is (1,78,66). Sum of RGB (Red+Green+Blue) = 1+78+66=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #014E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E42 is #FEB1BD. Grayscale: #353535. Windows color (decimal): -16691646 or 4345345. OLE color: 4345345.

HSL color Cylindrical-coordinate representation of color #014E42: hue angle of 170.65º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E42 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB17866-
CMYK0.9900.150.69
HSL170.65º97.47%15.49%-
HSV(B)170.65º98.72%30.59%-
XYZ3.725.856.09-
YUV53.61134.9990.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=0.69%
G=53.79%
B=45.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178660.9900.150.69170.6597.4715.49
Hex14E42630F45ab61f
Octal111610214301710525314117
Binary11001110100001011000110111110001011010101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014E42; }

 p { color: rgb(1,78,66); }

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

<style>
 a { background-color: #014E42; }

 a { background-color: rgb(1,78,66); }

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

<style>
 span { border-color: #014E42; }

 span { border-color: rgb(1,78,66); }

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