#00473E

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

Shades of Cyprus #00473E

Tints of Cyprus #00473E

Color information

#00473E (or 0x00473E) is unknown color: approx Cyprus. HEX triplet: 00, 47 and 3E. RGB value is (0,71,62). Sum of RGB (Red+Green+Blue) = 0+71+62=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #00473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00473E is #FFB8C1. Grayscale: #303030. Windows color (decimal): -16758978 or 4081408. OLE color: 4081408.

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

Color convert

RGB07162-
CMYK100.130.72
HSL172.39º100%13.92%-
HSV(B)172.39º100%27.84%-
XYZ3.124.855.33-
YUV48.74135.4893.23-

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) = 53.38%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=0%
G=53.38%
B=46.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07162100.130.72172.3910013.92
Hex0473E640D48ac64e
Octal01077614401511025414416
Binary0100011111111011001000110110010001010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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