#014E40

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

Shades of Cyprus #014E40

Tints of Cyprus #014E40

Color information

#014E40 (or 0x014E40) is unknown color: approx Cyprus. HEX triplet: 01, 4E and 40. RGB value is (1,78,64). Sum of RGB (Red+Green+Blue) = 1+78+64=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #014E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E40 is #FEB1BF. Grayscale: #353535. Windows color (decimal): -16691648 or 4214273. OLE color: 4214273.

HSL color Cylindrical-coordinate representation of color #014E40: hue angle of 169.09º 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 #014E40 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB17864-
CMYK0.9900.180.69
HSL169.09º97.47%15.49%-
HSV(B)169.09º98.72%30.59%-
XYZ3.665.835.78-
YUV53.38133.9990.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 78 (30.86% from 255) = 54.55%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=0.70%
G=54.55%
B=44.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178640.9900.180.69169.0997.4715.49
Hex14E406301245a961f
Octal111610014302210525114117
Binary110011101000000110001101001010001011010100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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