#475407

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

Shades of Verdun Green #475407

Tints of Verdun Green #475407

Color information

#475407 (or 0x475407) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 07. RGB value is (71,84,7). Sum of RGB (Red+Green+Blue) = 71+84+7=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #475407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475407 is #B8ABF8. Grayscale: #474747. Windows color (decimal): -12102649 or 480327. OLE color: 480327.

HSL color Cylindrical-coordinate representation of color #475407: hue angle of 70.13º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #475407 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB71847-
CMYK0.1500.920.67
HSL70.13º84.62%17.84%-
HSV(B)70.13º91.67%32.94%-
XYZ5.817.71.38-
YUV71.3491.69127.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 7 (3.12% from 255) = 4.32%
R=43.83%
G=51.85%
B=4.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718470.1500.920.6770.1384.6217.84
Hex47547F05C43465512
Octal107124717013410310612522
Binary1000111101010011111110101110010000111000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475407; }

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

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

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

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

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

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

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

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