#475714

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

Shades of Verdun Green #475714

Tints of Verdun Green #475714

Color information

#475714 (or 0x475714) is unknown color: approx Verdun Green. HEX triplet: 47, 57 and 14. RGB value is (71,87,20). Sum of RGB (Red+Green+Blue) = 71+87+20=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #475714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475714 is #B8A8EB. Grayscale: #4A4A4A. Windows color (decimal): -12101868 or 1333063. OLE color: 1333063.

HSL color Cylindrical-coordinate representation of color #475714: hue angle of 74.33º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #475714 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB718720-
CMYK0.1800.770.66
HSL74.33º62.62%20.98%-
HSV(B)74.33º77.01%34.12%-
XYZ6.138.211.92-
YUV74.5897.2125.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 87 (34.38% from 255) = 48.88%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=39.89%
G=48.88%
B=11.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187200.1800.770.6674.3362.6220.98
Hex4757141204D424a3f15
Octal107127242201151021127725
Binary100011110101111010010010010011011000010100101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475714; }

 p { color: rgb(71,87,20); }

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

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

 a { background-color: rgb(71,87,20); }

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

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

 span { border-color: rgb(71,87,20); }

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