#475016

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

Shades of Verdun Green #475016

Tints of Verdun Green #475016

Color information

#475016 (or 0x475016) is unknown color: approx Verdun Green. HEX triplet: 47, 50 and 16. RGB value is (71,80,22). Sum of RGB (Red+Green+Blue) = 71+80+22=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #475016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475016 is #B8AFE9. Grayscale: #464646. Windows color (decimal): -12103658 or 1462343. OLE color: 1462343.

HSL color Cylindrical-coordinate representation of color #475016: hue angle of 69.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #475016 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB718022-
CMYK0.1100.720.69
HSL69.31º56.86%20%-
HSV(B)69.31º72.5%31.37%-
XYZ5.617.131.84-
YUV70.7100.52128.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=41.04%
G=46.24%
B=12.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180220.1100.720.6969.3156.8620
Hex475016B04845453914
Octal107120261301101051057124
Binary10001111010000101101011010010001000101100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475016; }

 p { color: rgb(71,80,22); }

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

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

 a { background-color: rgb(71,80,22); }

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

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

 span { border-color: rgb(71,80,22); }

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