#475F56

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

Shades of Viridian Green #475F56

Tints of Viridian Green #475F56

Color information

#475F56 (or 0x475F56) is unknown color: approx Viridian Green. HEX triplet: 47, 5F and 56. RGB value is (71,95,86). Sum of RGB (Red+Green+Blue) = 71+95+86=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #475F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F56 is #B8A0A9. Grayscale: #565656. Windows color (decimal): -12099754 or 5660487. OLE color: 5660487.

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

Color convert

RGB719586-
CMYK0.2500.090.63
HSL157.5º14.46%32.55%-
HSV(B)157.5º25.26%37.25%-
XYZ8.3710.210.33-
YUV86.8127.55116.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=28.17%
G=37.70%
B=34.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195860.2500.090.63157.514.4632.55
Hex475F5619093F9ee21
Octal10713712631011772361641
Binary1000111101111110101101100101001111111100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,86); }

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

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

 a { background-color: rgb(71,95,86); }

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

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

 span { border-color: rgb(71,95,86); }

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