#474507

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

Shades of Verdun Green #474507

Tints of Verdun Green #474507

Color information

#474507 (or 0x474507) is unknown color: approx Verdun Green. HEX triplet: 47, 45 and 07. RGB value is (71,69,7). Sum of RGB (Red+Green+Blue) = 71+69+7=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #474507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474507 is #B8BAF8. Grayscale: #3E3E3E. Windows color (decimal): -12106489 or 476487. OLE color: 476487.

HSL color Cylindrical-coordinate representation of color #474507: hue angle of 58.12º 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 #474507 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71697-
CMYK00.030.900.72
HSL58.12º82.05%15.29%-
HSV(B)58.12º90.14%27.84%-
XYZ4.775.611.03-
YUV62.5396.66134.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=48.30%
G=46.94%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7169700.030.900.7258.1282.0515.29
Hex47457035A483a52f
Octal1071057031321107212217
Binary100011110001011110111011010100100011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474507; }

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

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

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

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

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

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

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

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