#464717

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

Shades of Verdun Green #464717

Tints of Verdun Green #464717

Color information

#464717 (or 0x464717) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 17. RGB value is (70,71,23). Sum of RGB (Red+Green+Blue) = 70+71+23=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #464717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464717 is #B9B8E8. Grayscale: #414141. Windows color (decimal): -12171497 or 1525574. OLE color: 1525574.

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

Color convert

RGB707123-
CMYK0.0100.680.72
HSL61.25º51.06%18.43%-
HSV(B)61.25º67.61%27.84%-
XYZ4.935.871.68-
YUV65.23104.17131.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=42.68%
G=43.29%
B=14.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071230.0100.680.7261.2551.0618.43
Hex4647171044483d3312
Octal1061072710104110756322
Binary1000110100011110111101000100100100011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464717; }

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

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

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

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

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

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

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

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