#475F53

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

Shades of Viridian Green #475F53

Tints of Viridian Green #475F53

Color information

#475F53 (or 0x475F53) is unknown color: approx Viridian Green. HEX triplet: 47, 5F and 53. RGB value is (71,95,83). Sum of RGB (Red+Green+Blue) = 71+95+83=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #475F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F53 is #B8A0AC. Grayscale: #565656. Windows color (decimal): -12099757 or 5463879. OLE color: 5463879.

HSL color Cylindrical-coordinate representation of color #475F53: hue angle of 150º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475F53 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB719583-
CMYK0.2500.130.63
HSL150º14.46%32.55%-
HSV(B)150º25.26%37.25%-
XYZ8.2510.159.71-
YUV86.46126.05116.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=28.51%
G=38.15%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195830.2500.130.6315014.4632.55
Hex475F53190D3F96e21
Octal10713712331015772261641
Binary1000111101111110100111100101101111111100101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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