#00473B

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

Shades of Cyprus #00473B

Tints of Cyprus #00473B

Color information

#00473B (or 0x00473B) is unknown color: approx Cyprus. HEX triplet: 00, 47 and 3B. RGB value is (0,71,59). Sum of RGB (Red+Green+Blue) = 0+71+59=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #00473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00473B is #FFB8C4. Grayscale: #303030. Windows color (decimal): -16758981 or 3884800. OLE color: 3884800.

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

Color convert

RGB07159-
CMYK100.170.72
HSL169.86º100%13.92%-
HSV(B)169.86º100%27.84%-
XYZ3.044.824.91-
YUV48.4133.9893.48-

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.62%
BLUE value IS 59 (23.44% from 255) = 45.38%
R=0%
G=54.62%
B=45.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07159100.170.72169.8610013.92
Hex0473B6401148aa64e
Octal01077314402111025214416
Binary01000111111011110010001000110010001010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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