Html Css Color HEX #00473B Cyprus

📋 copy color: '#00473B'

red 0 ◦ green 71 ◦ blue 59

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

Shades of Cyprus #00473B

Tints of Cyprus #00473B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.38%

R = 0%
G = 54.62%
B = 45.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 0 71 59 -
CMYK 1 0 0.17 0.72
HSL 169.86º 1% 0.14% -
HSV(B) 169.86º 1% 0.28% -
XYZ 3.04 4.82 4.91 -
YUV 48.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 0 71 59 1 0 0.17 0.72 169.86 1 0.14
Hex 0 47 3B 64 0 11 48 AA 64 E
Octal 0 107 73 144 0 21 110 252 144 16
Binary 0 1000111 111011 1100100 0 10001 1001000 10101010 1100100 1110

Color Harmonies of #00473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00473B

Black with #00473B

Text Example


Text Example

White with #00473B

Text Example


Text Example

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