#477E6C

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

Shades of Viridian #477E6C

Tints of Viridian #477E6C

Color information

#477E6C (or 0x477E6C) is unknown color: approx Viridian. HEX triplet: 47, 7E and 6C. RGB value is (71,126,108). Sum of RGB (Red+Green+Blue) = 71+126+108=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #477E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E6C is #B88193. Grayscale: #6B6B6B. Windows color (decimal): -12091796 or 7110215. OLE color: 7110215.

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

Color convert

RGB71126108-
CMYK0.4400.140.51
HSL160.36º27.92%38.63%-
HSV(B)160.36º43.65%49.41%-
XYZ12.7717.3416.86-
YUV107.5128.28101.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=23.28%
G=41.31%
B=35.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711261080.4400.140.51160.3627.9238.63
Hex477E6C2C0E33a01c27
Octal10717615454016632403447
Binary100011111111101101100101100011101100111010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,126,108); }

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

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

 a { background-color: rgb(71,126,108); }

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

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

 span { border-color: rgb(71,126,108); }

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