#00473C

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

Shades of Cyprus #00473C

Tints of Cyprus #00473C

Color information

#00473C (or 0x00473C) is unknown color: approx Cyprus. HEX triplet: 00, 47 and 3C. RGB value is (0,71,60). Sum of RGB (Red+Green+Blue) = 0+71+60=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #00473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00473C is #FFB8C3. Grayscale: #303030. Windows color (decimal): -16758980 or 3950336. OLE color: 3950336.

HSL color Cylindrical-coordinate representation of color #00473C: hue angle of 170.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00473C is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB07160-
CMYK100.150.72
HSL170.7º100%13.92%-
HSV(B)170.7º100%27.84%-
XYZ3.074.835.05-
YUV48.52134.4893.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 60 (23.83% from 255) = 45.80%
R=0%
G=54.20%
B=45.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07160100.150.72170.710013.92
Hex0473C640F48ab64e
Octal01077414401711025314416
Binary0100011111110011001000111110010001010101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00473C; }

 p { color: rgb(0,71,60); }

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

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

 a { background-color: rgb(0,71,60); }

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

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

 span { border-color: rgb(0,71,60); }

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