#014038

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

Shades of Cyprus #014038

Tints of Cyprus #014038

Color information

#014038 (or 0x014038) is unknown color: approx Cyprus. HEX triplet: 01, 40 and 38. RGB value is (1,64,56). Sum of RGB (Red+Green+Blue) = 1+64+56=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #014038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014038 is #FEBFC7. Grayscale: #2C2C2C. Windows color (decimal): -16695240 or 3686401. OLE color: 3686401.

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

Color convert

RGB16456-
CMYK0.9800.130.75
HSL172.38º96.92%12.75%-
HSV(B)172.38º98.44%25.1%-
XYZ2.563.964.37-
YUV44.25134.6397.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=0.83%
G=52.89%
B=46.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164560.9800.130.75172.3896.9212.75
Hex14038620D4Bac61d
Octal11007014201511325414115
Binary1100000011100011000100110110010111010110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014038; }

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

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

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

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

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

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

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

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