#014C44

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

Shades of Cyprus #014C44

Tints of Cyprus #014C44

Color information

#014C44 (or 0x014C44) is unknown color: approx Cyprus. HEX triplet: 01, 4C and 44. RGB value is (1,76,68). Sum of RGB (Red+Green+Blue) = 1+76+68=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #014C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C44 is #FEB3BB. Grayscale: #343434. Windows color (decimal): -16692156 or 4475905. OLE color: 4475905.

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

Color convert

RGB17668-
CMYK0.9900.110.70
HSL173.6º97.4%15.1%-
HSV(B)173.6º98.68%29.8%-
XYZ3.645.596.36-
YUV52.66136.6591.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=0.69%
G=52.41%
B=46.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176680.9900.110.70173.697.415.1
Hex14C44630B46ae61f
Octal111410414301310625614117
Binary11001100100010011000110101110001101010111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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