#475E53

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

Shades of Viridian Green #475E53

Tints of Viridian Green #475E53

Color information

#475E53 (or 0x475E53) is unknown color: approx Viridian Green. HEX triplet: 47, 5E and 53. RGB value is (71,94,83). Sum of RGB (Red+Green+Blue) = 71+94+83=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 94 - color contains mainly: green. Hex color #475E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E53 is #B8A1AC. Grayscale: #555555. Windows color (decimal): -12100013 or 5463623. OLE color: 5463623.

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

Color convert

RGB719483-
CMYK0.2400.120.63
HSL151.3º13.94%32.35%-
HSV(B)151.3º24.47%36.86%-
XYZ8.169.979.68-
YUV85.87126.38117.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=28.63%
G=37.90%
B=33.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194830.2400.120.63151.313.9432.35
Hex475E53180C3F97e20
Octal10713612330014772271640
Binary1000111101111010100111100001100111111100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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