#00473A

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

Shades of Cyprus #00473A

Tints of Cyprus #00473A

Color information

#00473A (or 0x00473A) is unknown color: approx Cyprus. HEX triplet: 00, 47 and 3A. RGB value is (0,71,58). Sum of RGB (Red+Green+Blue) = 0+71+58=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #00473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00473A is #FFB8C5. Grayscale: #303030. Windows color (decimal): -16758982 or 3819264. OLE color: 3819264.

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

Color convert

RGB07158-
CMYK100.180.72
HSL169.01º100%13.92%-
HSV(B)169.01º100%27.84%-
XYZ3.024.814.77-
YUV48.29133.4893.56-

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) = 55.04%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=0%
G=55.04%
B=44.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07158100.180.72169.0110013.92
Hex0473A6401248a964e
Octal01077214402211025114416
Binary01000111111010110010001001010010001010100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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