#014137

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

Shades of Cyprus #014137

Tints of Cyprus #014137

Color information

#014137 (or 0x014137) is unknown color: approx Cyprus. HEX triplet: 01, 41 and 37. RGB value is (1,65,55). Sum of RGB (Red+Green+Blue) = 1+65+55=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #014137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014137 is #FEBEC8. Grayscale: #2C2C2C. Windows color (decimal): -16694985 or 3621121. OLE color: 3621121.

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

Color convert

RGB16555-
CMYK0.9800.150.75
HSL170.62º96.97%12.94%-
HSV(B)170.62º98.46%25.49%-
XYZ2.594.064.26-
YUV44.72133.896.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=0.83%
G=53.72%
B=45.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165550.9800.150.75170.6296.9712.94
Hex14137620F4Bab61d
Octal11016714201711325314115
Binary1100000111011111000100111110010111010101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014137; }

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

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

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

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

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

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

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

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