#475D54

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

Shades of Viridian Green #475D54

Tints of Viridian Green #475D54

Color information

#475D54 (or 0x475D54) is unknown color: approx Viridian Green. HEX triplet: 47, 5D and 54. RGB value is (71,93,84). Sum of RGB (Red+Green+Blue) = 71+93+84=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #475D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D54 is #B8A2AB. Grayscale: #555555. Windows color (decimal): -12100268 or 5528903. OLE color: 5528903.

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

Color convert

RGB719384-
CMYK0.2400.100.64
HSL155.45º13.41%32.16%-
HSV(B)155.45º23.66%36.47%-
XYZ8.119.819.85-
YUV85.4127.21117.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=28.63%
G=37.5%
B=33.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193840.2400.100.64155.4513.4132.16
Hex475D54180A409bd20
Octal107135124300121002331540
Binary10001111011101101010011000010101000000100110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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