#475418

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

Shades of Verdun Green #475418

Tints of Verdun Green #475418

Color information

#475418 (or 0x475418) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 18. RGB value is (71,84,24). Sum of RGB (Red+Green+Blue) = 71+84+24=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #475418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475418 is #B8ABE7. Grayscale: #494949. Windows color (decimal): -12102632 or 1594439. OLE color: 1594439.

HSL color Cylindrical-coordinate representation of color #475418: hue angle of 73º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #475418 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB718424-
CMYK0.1500.710.67
HSL73º55.56%21.18%-
HSV(B)73º71.43%32.94%-
XYZ5.937.752.05-
YUV73.27100.19126.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=39.66%
G=46.93%
B=13.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184240.1500.710.677355.5621.18
Hex475418F04743493815
Octal107124301701071031117025
Binary10001111010100110001111010001111000011100100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475418; }

 p { color: rgb(71,84,24); }

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

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

 a { background-color: rgb(71,84,24); }

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

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

 span { border-color: rgb(71,84,24); }

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