#477565

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

Shades of Viridian #477565

Tints of Viridian #477565

Color information

#477565 (or 0x477565) is unknown color: approx Viridian. HEX triplet: 47, 75 and 65. RGB value is (71,117,101). Sum of RGB (Red+Green+Blue) = 71+117+101=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #477565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477565 is #B88A9A. Grayscale: #656565. Windows color (decimal): -12094107 or 6649159. OLE color: 6649159.

HSL color Cylindrical-coordinate representation of color #477565: hue angle of 159.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477565 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB71117101-
CMYK0.3900.140.54
HSL159.13º24.47%36.86%-
HSV(B)159.13º39.32%45.88%-
XYZ11.311514.61-
YUV101.42127.76106.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=24.57%
G=40.48%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711171010.3900.140.54159.1324.4736.86
Hex477565270E369f1825
Octal10716514547016662373045
Binary100011111101011100101100111011101101101001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477565; }

 p { color: rgb(71,117,101); }

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

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

 a { background-color: rgb(71,117,101); }

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

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

 span { border-color: rgb(71,117,101); }

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