#474400

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

Shades of Verdun Green #474400

Tints of Verdun Green #474400

Color information

#474400 (or 0x474400) is unknown color: approx Verdun Green. HEX triplet: 47, 44 and 00. RGB value is (71,68,0). Sum of RGB (Red+Green+Blue) = 71+68+0=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #474400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474400 is #B8BBFF. Grayscale: #3D3D3D. Windows color (decimal): -12106752 or 17479. OLE color: 17479.

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

Color convert

RGB71680-
CMYK00.0410.72
HSL57.46º100%13.92%-
HSV(B)57.46º100%27.84%-
XYZ4.675.470.81-
YUV61.1493.49135.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.08%
G=48.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7168000.0410.7257.4610013.92
Hex474400464483964e
Octal1071040041441107114416
Binary10001111000100001001100100100100011100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474400; }

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

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

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

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

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

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

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

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