#477A66

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

Shades of Viridian #477A66

Tints of Viridian #477A66

Color information

#477A66 (or 0x477A66) is unknown color: approx Viridian. HEX triplet: 47, 7A and 66. RGB value is (71,122,102). Sum of RGB (Red+Green+Blue) = 71+122+102=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #477A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A66 is #B88599. Grayscale: #686868. Windows color (decimal): -12092826 or 6715975. OLE color: 6715975.

HSL color Cylindrical-coordinate representation of color #477A66: hue angle of 156.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A66 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB71122102-
CMYK0.4200.160.52
HSL156.47º26.42%37.84%-
HSV(B)156.47º41.8%47.84%-
XYZ11.9616.2215.07-
YUV104.47126.6104.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=24.07%
G=41.36%
B=34.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711221020.4200.160.52156.4726.4237.84
Hex477A662A010349c1a26
Octal10717214652020642343246
Binary1000111111101011001101010100100001101001001110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,102); }

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

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

 a { background-color: rgb(71,122,102); }

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

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

 span { border-color: rgb(71,122,102); }

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