#464714

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

Shades of Verdun Green #464714

Tints of Verdun Green #464714

Color information

#464714 (or 0x464714) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 14. RGB value is (70,71,20). Sum of RGB (Red+Green+Blue) = 70+71+20=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #464714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464714 is #B9B8EB. Grayscale: #414141. Windows color (decimal): -12171500 or 1328966. OLE color: 1328966.

HSL color Cylindrical-coordinate representation of color #464714: hue angle of 61.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464714 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB707120-
CMYK0.0100.720.72
HSL61.18º56.04%17.84%-
HSV(B)61.18º71.83%27.84%-
XYZ4.915.861.53-
YUV64.89102.67131.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=43.48%
G=44.10%
B=12.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071200.0100.720.7261.1856.0417.84
Hex4647141048483d3812
Octal1061072410110110757022
Binary1000110100011110100101001000100100011110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464714; }

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

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

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

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

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

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

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

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