#474405

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

Shades of Verdun Green #474405

Tints of Verdun Green #474405

Color information

#474405 (or 0x474405) is unknown color: approx Verdun Green. HEX triplet: 47, 44 and 05. RGB value is (71,68,5). Sum of RGB (Red+Green+Blue) = 71+68+5=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #474405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474405 is #B8BBFA. Grayscale: #3D3D3D. Windows color (decimal): -12106747 or 345159. OLE color: 345159.

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

Color convert

RGB71685-
CMYK00.040.930.72
HSL57.27º86.84%14.9%-
HSV(B)57.27º92.96%27.84%-
XYZ4.695.480.95-
YUV61.7295.99134.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=49.31%
G=47.22%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7168500.040.930.7257.2786.8414.9
Hex47445045D483957f
Octal1071045041351107112717
Binary1000111100010010101001011101100100011100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474405; }

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

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

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

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

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

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

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

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