#01473A

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

Shades of Cyprus #01473A

Tints of Cyprus #01473A

Color information

#01473A (or 0x01473A) is unknown color: approx Cyprus. HEX triplet: 01, 47 and 3A. RGB value is (1,71,58). Sum of RGB (Red+Green+Blue) = 1+71+58=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #01473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01473A is #FEB8C5. Grayscale: #303030. Windows color (decimal): -16693446 or 3819265. OLE color: 3819265.

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

Color convert

RGB17158-
CMYK0.9900.180.72
HSL168.86º97.22%14.12%-
HSV(B)168.86º98.59%27.84%-
XYZ3.034.824.77-
YUV48.59133.3194.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=0.77%
G=54.62%
B=44.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171580.9900.180.72168.8697.2214.12
Hex1473A6301248a961e
Octal11077214302211025114116
Binary11000111111010110001101001010010001010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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