#00473F

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

Shades of Cyprus #00473F

Tints of Cyprus #00473F

Color information

#00473F (or 0x00473F) is unknown color: approx Cyprus. HEX triplet: 00, 47 and 3F. RGB value is (0,71,63). Sum of RGB (Red+Green+Blue) = 0+71+63=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #00473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00473F is #FFB8C0. Grayscale: #303030. Windows color (decimal): -16758977 or 4146944. OLE color: 4146944.

HSL color Cylindrical-coordinate representation of color #00473F: hue angle of 173.24º 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 #00473F is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB07163-
CMYK100.110.72
HSL173.24º100%13.92%-
HSV(B)173.24º100%27.84%-
XYZ3.154.875.48-
YUV48.86135.9893.15-

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) = 52.99%
BLUE value IS 63 (25% from 255) = 47.01%
R=0%
G=52.99%
B=47.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07163100.110.72173.2410013.92
Hex0473F640B48ad64e
Octal01077714401311025514416
Binary0100011111111111001000101110010001010110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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