#465806

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

Shades of Verdun Green #465806

Tints of Verdun Green #465806

Color information

#465806 (or 0x465806) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 06. RGB value is (70,88,6). Sum of RGB (Red+Green+Blue) = 70+88+6=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #465806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465806 is #B9A7F9. Grayscale: #494949. Windows color (decimal): -12167162 or 415814. OLE color: 415814.

HSL color Cylindrical-coordinate representation of color #465806: hue angle of 73.17º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465806 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB70886-
CMYK0.2000.930.65
HSL73.17º87.23%18.43%-
HSV(B)73.17º93.18%34.51%-
XYZ6.058.291.45-
YUV73.2790.04125.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=42.68%
G=53.66%
B=3.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal708860.2000.930.6573.1787.2318.43
Hex465861405D41495712
Octal106130624013510111112722
Binary10001101011000110101000101110110000011001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465806; }

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

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

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

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

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

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

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

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