#474503

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

Shades of Verdun Green #474503

Tints of Verdun Green #474503

Color information

#474503 (or 0x474503) is unknown color: approx Verdun Green. HEX triplet: 47, 45 and 03. RGB value is (71,69,3). Sum of RGB (Red+Green+Blue) = 71+69+3=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474503 is #B8BAFC. Grayscale: #3E3E3E. Windows color (decimal): -12106493 or 214343. OLE color: 214343.

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

Color convert

RGB71693-
CMYK00.030.960.72
HSL58.24º91.89%14.51%-
HSV(B)58.24º95.77%27.84%-
XYZ4.745.60.92-
YUV62.0794.66134.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=49.65%
G=48.25%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7169300.030.960.7258.2491.8914.51
Hex474530360483a5cf
Octal1071053031401107213417
Binary10001111000101110111100000100100011101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474503; }

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

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

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

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

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

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

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

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