#474407

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

Shades of Verdun Green #474407

Tints of Verdun Green #474407

Color information

#474407 (or 0x474407) is unknown color: approx Verdun Green. HEX triplet: 47, 44 and 07. RGB value is (71,68,7). Sum of RGB (Red+Green+Blue) = 71+68+7=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #474407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474407 is #B8BBF8. Grayscale: #3E3E3E. Windows color (decimal): -12106745 or 476231. OLE color: 476231.

HSL color Cylindrical-coordinate representation of color #474407: hue angle of 57.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #474407 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71687-
CMYK00.040.900.72
HSL57.19º82.05%15.29%-
HSV(B)57.19º90.14%27.84%-
XYZ4.75.491.01-
YUV61.9496.99134.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=48.63%
G=46.58%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7168700.040.900.7257.1982.0515.29
Hex47447045A483952f
Octal1071047041321107112217
Binary1000111100010011101001011010100100011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474407; }

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

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

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

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

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

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

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

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