#477D65

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

Shades of Viridian #477D65

Tints of Viridian #477D65

Color information

#477D65 (or 0x477D65) is unknown color: approx Viridian. HEX triplet: 47, 7D and 65. RGB value is (71,125,101). Sum of RGB (Red+Green+Blue) = 71+125+101=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #477D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D65 is #B8829A. Grayscale: #6A6A6A. Windows color (decimal): -12092059 or 6651207. OLE color: 6651207.

HSL color Cylindrical-coordinate representation of color #477D65: hue angle of 153.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 #477D65 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB71125101-
CMYK0.4300.190.51
HSL153.33º27.55%38.43%-
HSV(B)153.33º43.2%49.02%-
XYZ12.2816.9514.94-
YUV106.12125.11102.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=23.91%
G=42.09%
B=34.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711251010.4300.190.51153.3327.5538.43
Hex477D652B01333991c26
Octal10717514553023632313446
Binary1000111111110111001011010110100111100111001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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