#477664

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

Shades of Viridian #477664

Tints of Viridian #477664

Color information

#477664 (or 0x477664) is unknown color: approx Viridian. HEX triplet: 47, 76 and 64. RGB value is (71,118,100). Sum of RGB (Red+Green+Blue) = 71+118+100=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #477664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477664 is #B8899B. Grayscale: #656565. Windows color (decimal): -12093852 or 6583879. OLE color: 6583879.

HSL color Cylindrical-coordinate representation of color #477664: hue angle of 157.02º 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 #477664 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB71118100-
CMYK0.4000.150.54
HSL157.02º24.87%37.06%-
HSV(B)157.02º39.83%46.27%-
XYZ11.3815.2214.39-
YUV101.9126.93105.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=24.57%
G=40.83%
B=34.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711181000.4000.150.54157.0224.8737.06
Hex477664280F369d1925
Octal10716614450017662353145
Binary100011111101101100100101000011111101101001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477664; }

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

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

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

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

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

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

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

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