#477F65

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

Shades of Viridian #477F65

Tints of Viridian #477F65

Color information

#477F65 (or 0x477F65) is unknown color: approx Viridian. HEX triplet: 47, 7F and 65. RGB value is (71,127,101). Sum of RGB (Red+Green+Blue) = 71+127+101=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #477F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F65 is #B8809A. Grayscale: #6B6B6B. Windows color (decimal): -12091547 or 6651719. OLE color: 6651719.

HSL color Cylindrical-coordinate representation of color #477F65: hue angle of 152.14º 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 #477F65 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB71127101-
CMYK0.4400.200.50
HSL152.14º28.28%38.82%-
HSV(B)152.14º44.09%49.8%-
XYZ12.5417.4615.02-
YUV107.29124.45102.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=23.75%
G=42.47%
B=33.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711271010.4400.200.50152.1428.2838.82
Hex477F652C01432981c27
Octal10717714554024622303447
Binary1000111111111111001011011000101001100101001100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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