#474505

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

Shades of Verdun Green #474505

Tints of Verdun Green #474505

Color information

#474505 (or 0x474505) is unknown color: approx Verdun Green. HEX triplet: 47, 45 and 05. RGB value is (71,69,5). Sum of RGB (Red+Green+Blue) = 71+69+5=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #474505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474505 is #B8BAFA. Grayscale: #3E3E3E. Windows color (decimal): -12106491 or 345415. OLE color: 345415.

HSL color Cylindrical-coordinate representation of color #474505: hue angle of 58.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #474505 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71695-
CMYK00.030.930.72
HSL58.18º86.84%14.9%-
HSV(B)58.18º92.96%27.84%-
XYZ4.755.610.98-
YUV62.395.66134.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=48.97%
G=47.59%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7169500.030.930.7258.1886.8414.9
Hex47455035D483a57f
Octal1071055031351107212717
Binary100011110001011010111011101100100011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474505; }

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

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

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

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

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

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

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

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