#475F55

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

Shades of Viridian Green #475F55

Tints of Viridian Green #475F55

Color information

#475F55 (or 0x475F55) is unknown color: approx Viridian Green. HEX triplet: 47, 5F and 55. RGB value is (71,95,85). Sum of RGB (Red+Green+Blue) = 71+95+85=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 95 - color contains mainly: green. Hex color #475F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F55 is #B8A0AA. Grayscale: #565656. Windows color (decimal): -12099755 or 5594951. OLE color: 5594951.

HSL color Cylindrical-coordinate representation of color #475F55: hue angle of 155º 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 #475F55 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB719585-
CMYK0.2500.110.63
HSL155º14.46%32.55%-
HSV(B)155º25.26%37.25%-
XYZ8.3310.1810.12-
YUV86.68127.05116.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=28.29%
G=37.85%
B=33.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195850.2500.110.6315514.4632.55
Hex475F55190B3F9be21
Octal10713712531013772331641
Binary1000111101111110101011100101011111111100110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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