#475A1F

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

Shades of Verdun Green #475A1F

Tints of Verdun Green #475A1F

Color information

#475A1F (or 0x475A1F) is unknown color: approx Verdun Green. HEX triplet: 47, 5A and 1F. RGB value is (71,90,31). Sum of RGB (Red+Green+Blue) = 71+90+31=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #475A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A1F is #B8A5E0. Grayscale: #4D4D4D. Windows color (decimal): -12101089 or 2054727. OLE color: 2054727.

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

Color convert

RGB719031-
CMYK0.2100.660.65
HSL79.32º48.76%23.73%-
HSV(B)79.32º65.56%35.29%-
XYZ6.58.752.64-
YUV77.59101.71123.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=36.98%
G=46.88%
B=16.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190310.2100.660.6579.3248.7623.73
Hex475A1F15042414f3118
Octal107132372501021011176130
Binary100011110110101111110101010000101000001100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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