#465006

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

Shades of Verdun Green #465006

Tints of Verdun Green #465006

Color information

#465006 (or 0x465006) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 06. RGB value is (70,80,6). Sum of RGB (Red+Green+Blue) = 70+80+6=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #465006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465006 is #B9AFF9. Grayscale: #444444. Windows color (decimal): -12169210 or 413766. OLE color: 413766.

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

Color convert

RGB70806-
CMYK0.1200.920.69
HSL68.11º86.05%16.86%-
HSV(B)68.11º92.5%31.37%-
XYZ5.437.051.25-
YUV68.5792.69129.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=44.87%
G=51.28%
B=3.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal708060.1200.920.6968.1186.0516.86
Hex46506C05C45445611
Octal106120614013410510412621
Binary1000110101000011011000101110010001011000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465006; }

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

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

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

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

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

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

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

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