#475E55

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

Shades of Viridian Green #475E55

Tints of Viridian Green #475E55

Color information

#475E55 (or 0x475E55) is unknown color: approx Viridian Green. HEX triplet: 47, 5E and 55. RGB value is (71,94,85). Sum of RGB (Red+Green+Blue) = 71+94+85=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #475E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E55 is #B8A1AA. Grayscale: #565656. Windows color (decimal): -12100011 or 5594695. OLE color: 5594695.

HSL color Cylindrical-coordinate representation of color #475E55: hue angle of 156.52º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E55 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB719485-
CMYK0.2400.100.63
HSL156.52º13.94%32.35%-
HSV(B)156.52º24.47%36.86%-
XYZ8.241010.09-
YUV86.1127.38117.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 85 (33.59% from 255) = 34%
R=28.4%
G=37.6%
B=34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194850.2400.100.63156.5213.9432.35
Hex475E55180A3F9de20
Octal10713612530012772351640
Binary1000111101111010101011100001010111111100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E55; }

 p { color: rgb(71,94,85); }

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

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

 a { background-color: rgb(71,94,85); }

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

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

 span { border-color: rgb(71,94,85); }

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