#474500

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

Shades of Verdun Green #474500

Tints of Verdun Green #474500

Color information

#474500 (or 0x474500) is unknown color: approx Verdun Green. HEX triplet: 47, 45 and 00. RGB value is (71,69,0). Sum of RGB (Red+Green+Blue) = 71+69+0=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474500 is #B8BAFF. Grayscale: #3E3E3E. Windows color (decimal): -12106496 or 17735. OLE color: 17735.

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

Color convert

RGB71690-
CMYK00.0310.72
HSL58.31º100%13.92%-
HSV(B)58.31º100%27.84%-
XYZ4.735.60.83-
YUV61.7393.16134.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.71%
G=49.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7169000.0310.7258.3110013.92
Hex474500364483a64e
Octal1071050031441107214416
Binary1000111100010100111100100100100011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474500; }

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

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

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

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

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

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

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

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