#474403

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

Shades of Verdun Green #474403

Tints of Verdun Green #474403

Color information

#474403 (or 0x474403) is unknown color: approx Verdun Green. HEX triplet: 47, 44 and 03. RGB value is (71,68,3). Sum of RGB (Red+Green+Blue) = 71+68+3=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474403 is #B8BBFC. Grayscale: #3D3D3D. Windows color (decimal): -12106749 or 214087. OLE color: 214087.

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

Color convert

RGB71683-
CMYK00.040.960.72
HSL57.35º91.89%14.51%-
HSV(B)57.35º95.77%27.84%-
XYZ4.685.480.9-
YUV61.4994.99134.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=50%
G=47.89%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7168300.040.960.7257.3591.8914.51
Hex47443046048395cf
Octal1071043041401107113417
Binary100011110001001101001100000100100011100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474403; }

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

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

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

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

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

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

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

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