#477766

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

Shades of Viridian #477766

Tints of Viridian #477766

Color information

#477766 (or 0x477766) is unknown color: approx Viridian. HEX triplet: 47, 77 and 66. RGB value is (71,119,102). Sum of RGB (Red+Green+Blue) = 71+119+102=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #477766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477766 is #B88899. Grayscale: #666666. Windows color (decimal): -12093594 or 6715207. OLE color: 6715207.

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

Color convert

RGB71119102-
CMYK0.4000.140.53
HSL158.75º25.26%37.25%-
HSV(B)158.75º40.34%46.67%-
XYZ11.5915.4914.95-
YUV102.71127.6105.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=24.32%
G=40.75%
B=34.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191020.4000.140.53158.7525.2637.25
Hex477766280E359f1925
Octal10716714650016652373145
Binary100011111101111100110101000011101101011001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477766; }

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

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

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

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

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

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

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

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