#465408

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

Shades of Verdun Green #465408

Tints of Verdun Green #465408

Color information

#465408 (or 0x465408) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 08. RGB value is (70,84,8). Sum of RGB (Red+Green+Blue) = 70+84+8=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #465408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465408 is #B9ABF7. Grayscale: #474747. Windows color (decimal): -12168184 or 545862. OLE color: 545862.

HSL color Cylindrical-coordinate representation of color #465408: hue angle of 71.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465408 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB70848-
CMYK0.1700.900.67
HSL71.05º82.61%18.04%-
HSV(B)71.05º90.48%32.94%-
XYZ5.747.661.41-
YUV71.1592.36127.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=43.21%
G=51.85%
B=4.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708480.1700.900.6771.0582.6118.04
Hex465481105A43475312
Octal1061241021013210310712322
Binary100011010101001000100010101101010000111000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465408; }

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

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

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

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

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

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

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

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