#474304

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

Shades of Verdun Green #474304

Tints of Verdun Green #474304

Color information

#474304 (or 0x474304) is unknown color: approx Verdun Green. HEX triplet: 47, 43 and 04. RGB value is (71,67,4). Sum of RGB (Red+Green+Blue) = 71+67+4=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474304 is #B8BCFB. Grayscale: #3D3D3D. Windows color (decimal): -12107004 or 279367. OLE color: 279367.

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

Color convert

RGB71674-
CMYK00.060.940.72
HSL56.42º89.33%14.71%-
HSV(B)56.42º94.37%27.84%-
XYZ4.635.360.91-
YUV61.0195.83135.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=50%
G=47.18%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7167400.060.940.7256.4289.3314.71
Hex47434065E483859f
Octal1071034061361107013117
Binary1000111100001110001101011110100100011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474304; }

 p { color: rgb(71,67,4); }

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

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

 a { background-color: rgb(71,67,4); }

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

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

 span { border-color: rgb(71,67,4); }

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