#014739

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

Shades of Cyprus #014739

Tints of Cyprus #014739

Color information

#014739 (or 0x014739) is unknown color: approx Cyprus. HEX triplet: 01, 47 and 39. RGB value is (1,71,57). Sum of RGB (Red+Green+Blue) = 1+71+57=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #014739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014739 is #FEB8C6. Grayscale: #303030. Windows color (decimal): -16693447 or 3753729. OLE color: 3753729.

HSL color Cylindrical-coordinate representation of color #014739: hue angle of 168º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014739 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB17157-
CMYK0.9900.200.72
HSL168º97.22%14.12%-
HSV(B)168º98.59%27.84%-
XYZ34.814.64-
YUV48.47132.8194.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=0.78%
G=55.04%
B=44.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171570.9900.200.7216897.2214.12
Hex147396301448a861e
Octal11077114302411025014116
Binary11000111111001110001101010010010001010100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014739; }

 p { color: rgb(1,71,57); }

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

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

 a { background-color: rgb(1,71,57); }

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

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

 span { border-color: rgb(1,71,57); }

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