#475417

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

Shades of Verdun Green #475417

Tints of Verdun Green #475417

Color information

#475417 (or 0x475417) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 17. RGB value is (71,84,23). Sum of RGB (Red+Green+Blue) = 71+84+23=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #475417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475417 is #B8ABE8. Grayscale: #494949. Windows color (decimal): -12102633 or 1528903. OLE color: 1528903.

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

Color convert

RGB718423-
CMYK0.1500.730.67
HSL72.79º57.01%20.98%-
HSV(B)72.79º72.62%32.94%-
XYZ5.927.741.99-
YUV73.1699.69126.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=39.89%
G=47.19%
B=12.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184230.1500.730.6772.7957.0120.98
Hex475417F04943493915
Octal107124271701111031117125
Binary10001111010100101111111010010011000011100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475417; }

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

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

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

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

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

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

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

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