Html Css Color HEX #477F71 Viridian

📋 copy color: '#477F71'

red 71 ◦ green 127 ◦ blue 113

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

Shades of Viridian #477F71

Tints of Viridian #477F71

RGB

 RED value IS 71 (28.13% from 255) = 22.83%

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 22.83%
G = 40.84%
B = 36.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#477F71 (or 0x477F71) is known color: Viridian. HEX triplet: 47, 7F and 71. RGB value is (71,127,113). Sum of RGB (Red+Green+Blue) = 71+127+113=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #477F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F71 is #B8808E. Grayscale: #6C6C6C. Windows color (decimal): -12091535 or 7438151. OLE color: 7438151.

HSL color Cylindrical-coordinate representation of color #477F71: hue angle of 165º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F71 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 127 113 -
CMYK 0.44 0 0.11 0.50
HSL 165º 0.28% 0.39% -
HSV(B) 165º 0.44% 0.5% -
XYZ 13.17 17.71 18.35 -
YUV 108.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 71 127 113 0.44 0 0.11 0.50 165 0.28 0.39
Hex 47 7F 71 2C 0 B 32 A5 1C 27
Octal 107 177 161 54 0 13 62 245 34 47
Binary 1000111 1111111 1110001 101100 0 1011 110010 10100101 11100 100111

Color Harmonies of #477F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F71

Black with #477F71

Text Example


Text Example

White with #477F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F71; }

 p { color: rgb(71,127,113); }

 H1.HeaderClassName
 {
   color: #477F71;
 }
 .AnyTagClassName
 {
   color: #477F71;
 }
</style>

background-color css

<style>
 a { background-color: #477F71; }

 a { background-color: rgb(71,127,113); }

 div.DivClassName
 {
   background-color: #477F71;
 }
 .BgClassName
 {
   background-color: #477F71;
 }
</style>

border-color css

<style>
 span { border-color: #477F71; }

 span { border-color: rgb(71,127,113); }

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