#014241

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

Shades of Cyprus #014241

Tints of Cyprus #014241

Color information

#014241 (or 0x014241) is unknown color: approx Cyprus. HEX triplet: 01, 42 and 41. RGB value is (1,66,65). Sum of RGB (Red+Green+Blue) = 1+66+65=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #014241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014241 is #FEBDBE. Grayscale: #2E2E2E. Windows color (decimal): -16694719 or 4276737. OLE color: 4276737.

HSL color Cylindrical-coordinate representation of color #014241: hue angle of 179.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014241 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB16665-
CMYK0.9800.020.74
HSL179.08º97.01%13.14%-
HSV(B)179.08º98.48%25.88%-
XYZ2.914.285.67-
YUV46.45138.4795.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=0.76%
G=50%
B=49.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166650.9800.020.74179.0897.0113.14
Hex1424162024Ab361d
Octal11021011420211226314115
Binary110000101000001110001001010010101011001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014241; }

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

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

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

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

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

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

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

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