#465716

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

Shades of Verdun Green #465716

Tints of Verdun Green #465716

Color information

#465716 (or 0x465716) is unknown color: approx Verdun Green. HEX triplet: 46, 57 and 16. RGB value is (70,87,22). Sum of RGB (Red+Green+Blue) = 70+87+22=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #465716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465716 is #B9A8E9. Grayscale: #4A4A4A. Windows color (decimal): -12167402 or 1464134. OLE color: 1464134.

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

Color convert

RGB708722-
CMYK0.2000.750.66
HSL75.69º59.63%21.37%-
HSV(B)75.69º74.71%34.12%-
XYZ6.088.182.02-
YUV74.5198.37124.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=39.11%
G=48.60%
B=12.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087220.2000.750.6675.6959.6321.37
Hex4657161404B424c3c15
Octal106127262401131021147425
Binary100011010101111011010100010010111000010100110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465716; }

 p { color: rgb(70,87,22); }

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

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

 a { background-color: rgb(70,87,22); }

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

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

 span { border-color: rgb(70,87,22); }

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