#477D6E

Color #477D6E Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #477D6E

Tints of Viridian #477D6E

Color information

#477D6E (or 0x477D6E) is unknown color: approx Viridian. HEX triplet: 47, 7D and 6E. RGB value is (71,125,110). Sum of RGB (Red+Green+Blue) = 71+125+110=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #477D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D6E is #B88291. Grayscale: #6B6B6B. Windows color (decimal): -12092050 or 7241031. OLE color: 7241031.

HSL color Cylindrical-coordinate representation of color #477D6E: hue angle of 163.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477D6E is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB71125110-
CMYK0.4300.120.51
HSL163.33º27.55%38.43%-
HSV(B)163.33º43.2%49.02%-
XYZ12.7517.1317.39-
YUV107.14129.61102.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 125 (49.22% from 255) = 40.85%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=23.20%
G=40.85%
B=35.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711251100.4300.120.51163.3327.5538.43
Hex477D6E2B0C33a31c26
Octal10717515653014632433446
Binary100011111111011101110101011011001100111010001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,125,110); }

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

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

 a { background-color: rgb(71,125,110); }

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

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

 span { border-color: rgb(71,125,110); }

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