#465008

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

Shades of Verdun Green #465008

Tints of Verdun Green #465008

Color information

#465008 (or 0x465008) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 08. RGB value is (70,80,8). Sum of RGB (Red+Green+Blue) = 70+80+8=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #465008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465008 is #B9AFF7. Grayscale: #454545. Windows color (decimal): -12169208 or 544838. OLE color: 544838.

HSL color Cylindrical-coordinate representation of color #465008: hue angle of 68.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465008 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB70808-
CMYK0.1200.900.69
HSL68.33º81.82%17.25%-
HSV(B)68.33º90%31.37%-
XYZ5.447.061.31-
YUV68.893.69128.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=44.30%
G=50.63%
B=5.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal708080.1200.900.6968.3381.8217.25
Hex46508C05A45445211
Octal1061201014013210510412221
Binary10001101010000100011000101101010001011000100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465008; }

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

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

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

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

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

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

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

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