#465208

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

Shades of Verdun Green #465208

Tints of Verdun Green #465208

Color information

#465208 (or 0x465208) is unknown color: approx Verdun Green. HEX triplet: 46, 52 and 08. RGB value is (70,82,8). Sum of RGB (Red+Green+Blue) = 70+82+8=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #465208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465208 is #B9ADF7. Grayscale: #464646. Windows color (decimal): -12168696 or 545350. OLE color: 545350.

HSL color Cylindrical-coordinate representation of color #465208: hue angle of 69.73º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465208 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB70828-
CMYK0.1500.900.68
HSL69.73º82.22%17.65%-
HSV(B)69.73º90.24%32.16%-
XYZ5.597.351.35-
YUV69.9893.02128.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 82 (32.42% from 255) = 51.25%
BLUE value IS 8 (3.52% from 255) = 5%
R=43.75%
G=51.25%
B=5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal708280.1500.900.6869.7382.2217.65
Hex46528F05A44465212
Octal1061221017013210410612222
Binary10001101010010100011110101101010001001000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465208; }

 p { color: rgb(70,82,8); }

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

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

 a { background-color: rgb(70,82,8); }

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

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

 span { border-color: rgb(70,82,8); }

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