#475A53

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

Shades of Viridian Green #475A53

Tints of Viridian Green #475A53

Color information

#475A53 (or 0x475A53) is unknown color: approx Viridian Green. HEX triplet: 47, 5A and 53. RGB value is (71,90,83). Sum of RGB (Red+Green+Blue) = 71+90+83=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #475A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A53 is #B8A5AC. Grayscale: #535353. Windows color (decimal): -12101037 or 5462599. OLE color: 5462599.

HSL color Cylindrical-coordinate representation of color #475A53: hue angle of 157.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A53 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB719083-
CMYK0.2100.080.65
HSL157.89º11.8%31.57%-
HSV(B)157.89º21.11%35.29%-
XYZ7.829.289.56-
YUV83.52127.71119.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=29.10%
G=36.89%
B=34.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190830.2100.080.65157.8911.831.57
Hex475A531508419ec20
Octal107132123250101012361440
Binary10001111011010101001110101010001000001100111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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