#014036

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

Shades of Cyprus #014036

Tints of Cyprus #014036

Color information

#014036 (or 0x014036) is unknown color: approx Cyprus. HEX triplet: 01, 40 and 36. RGB value is (1,64,54). Sum of RGB (Red+Green+Blue) = 1+64+54=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #014036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014036 is #FEBFC9. Grayscale: #2B2B2B. Windows color (decimal): -16695242 or 3555329. OLE color: 3555329.

HSL color Cylindrical-coordinate representation of color #014036: hue angle of 170.48º 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 #014036 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB16454-
CMYK0.9800.160.75
HSL170.48º96.92%12.75%-
HSV(B)170.48º98.44%25.1%-
XYZ2.513.944.12-
YUV44.02133.6397.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=0.84%
G=53.78%
B=45.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164540.9800.160.75170.4896.9212.75
Hex14036620104Baa61d
Octal11006614202011325214115
Binary11000000110110110001001000010010111010101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014036; }

 p { color: rgb(1,64,54); }

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

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

 a { background-color: rgb(1,64,54); }

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

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

 span { border-color: rgb(1,64,54); }

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