#477666

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

Shades of Viridian #477666

Tints of Viridian #477666

Color information

#477666 (or 0x477666) is unknown color: approx Viridian. HEX triplet: 47, 76 and 66. RGB value is (71,118,102). Sum of RGB (Red+Green+Blue) = 71+118+102=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #477666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477666 is #B88999. Grayscale: #666666. Windows color (decimal): -12093850 or 6714951. OLE color: 6714951.

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

Color convert

RGB71118102-
CMYK0.4000.140.54
HSL159.57º24.87%37.06%-
HSV(B)159.57º39.83%46.27%-
XYZ11.4815.2614.91-
YUV102.12127.93105.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=24.40%
G=40.55%
B=35.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711181020.4000.140.54159.5724.8737.06
Hex477666280E36a01925
Octal10716614650016662403145
Binary100011111101101100110101000011101101101010000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477666; }

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

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

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

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

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

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

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

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