#01473E

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

Shades of Cyprus #01473E

Tints of Cyprus #01473E

Color information

#01473E (or 0x01473E) is unknown color: approx Cyprus. HEX triplet: 01, 47 and 3E. RGB value is (1,71,62). Sum of RGB (Red+Green+Blue) = 1+71+62=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #01473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01473E is #FEB8C1. Grayscale: #313131. Windows color (decimal): -16693442 or 4081409. OLE color: 4081409.

HSL color Cylindrical-coordinate representation of color #01473E: hue angle of 172.29º 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 #01473E is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB17162-
CMYK0.9900.130.72
HSL172.29º97.22%14.12%-
HSV(B)172.29º98.59%27.84%-
XYZ3.144.865.33-
YUV49.04135.3193.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=0.75%
G=52.99%
B=46.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171620.9900.130.72172.2997.2214.12
Hex1473E630D48ac61e
Octal11077614301511025414116
Binary1100011111111011000110110110010001010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01473E; }

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

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

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

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

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

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

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

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