#475A51

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

Shades of Viridian Green #475A51

Tints of Viridian Green #475A51

Color information

#475A51 (or 0x475A51) is unknown color: approx Viridian Green. HEX triplet: 47, 5A and 51. RGB value is (71,90,81). Sum of RGB (Red+Green+Blue) = 71+90+81=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #475A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A51 is #B8A5AE. Grayscale: #535353. Windows color (decimal): -12101039 or 5331527. OLE color: 5331527.

HSL color Cylindrical-coordinate representation of color #475A51: hue angle of 151.58º 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 #475A51 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB719081-
CMYK0.2100.10.65
HSL151.58º11.8%31.57%-
HSV(B)151.58º21.11%35.29%-
XYZ7.749.259.16-
YUV83.29126.71119.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=29.34%
G=37.19%
B=33.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190810.2100.10.65151.5811.831.57
Hex475A51150A4198c20
Octal107132121250121012301440
Binary10001111011010101000110101010101000001100110001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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