#475E54

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

Shades of Viridian Green #475E54

Tints of Viridian Green #475E54

Color information

#475E54 (or 0x475E54) is unknown color: approx Viridian Green. HEX triplet: 47, 5E and 54. RGB value is (71,94,84). Sum of RGB (Red+Green+Blue) = 71+94+84=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 94 - color contains mainly: green. Hex color #475E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E54 is #B8A1AB. Grayscale: #555555. Windows color (decimal): -12100012 or 5529159. OLE color: 5529159.

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

Color convert

RGB719484-
CMYK0.2400.110.63
HSL153.91º13.94%32.35%-
HSV(B)153.91º24.47%36.86%-
XYZ8.29.999.88-
YUV85.98126.88117.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=28.51%
G=37.75%
B=33.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194840.2400.110.63153.9113.9432.35
Hex475E54180B3F9ae20
Octal10713612430013772321640
Binary1000111101111010101001100001011111111100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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