Html Css Color HEX #00473F Cyprus

📋 copy color: '#00473F'

red 0 ◦ green 71 ◦ blue 63

#00473F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00473F

Tints of Cyprus #00473F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 71 (28.13% from 255) = 52.99%

 BLUE value IS 63 (25% from 255) = 47.01%

R = 0%
G = 52.99%
B = 47.01%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#00473F (or 0x00473F) is known color: 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

RGB 0 71 63 -
CMYK 1 0 0.11 0.72
HSL 173.24º 1% 0.14% -
HSV(B) 173.24º 1% 0.28% -
XYZ 3.15 4.87 5.48 -
YUV 48.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 0 71 63 1 0 0.11 0.72 173.24 1 0.14
Hex 0 47 3F 64 0 B 48 AD 64 E
Octal 0 107 77 144 0 13 110 255 144 16
Binary 0 1000111 111111 1100100 0 1011 1001000 10101101 1100100 1110

Color Harmonies of #00473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00473F

Black with #00473F

Text Example


Text Example

White with #00473F

Text Example


Text Example

HTML Codes & Css Web 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>