#014E44

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

Shades of Cyprus #014E44

Tints of Cyprus #014E44

Color information

#014E44 (or 0x014E44) is unknown color: approx Cyprus. HEX triplet: 01, 4E and 44. RGB value is (1,78,68). Sum of RGB (Red+Green+Blue) = 1+78+68=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #014E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E44 is #FEB1BB. Grayscale: #353535. Windows color (decimal): -16691644 or 4476417. OLE color: 4476417.

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

Color convert

RGB17868-
CMYK0.9900.130.69
HSL172.21º97.47%15.49%-
HSV(B)172.21º98.72%30.59%-
XYZ3.785.876.4-
YUV53.84135.9990.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=0.68%
G=53.06%
B=46.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178680.9900.130.69172.2197.4715.49
Hex14E44630D45ac61f
Octal111610414301510525414117
Binary11001110100010011000110110110001011010110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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