#465607

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

Shades of Verdun Green #465607

Tints of Verdun Green #465607

Color information

#465607 (or 0x465607) is unknown color: approx Verdun Green. HEX triplet: 46, 56 and 07. RGB value is (70,86,7). Sum of RGB (Red+Green+Blue) = 70+86+7=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #465607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465607 is #B9A9F8. Grayscale: #484848. Windows color (decimal): -12167673 or 480838. OLE color: 480838.

HSL color Cylindrical-coordinate representation of color #465607: hue angle of 72.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #465607 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB70867-
CMYK0.1900.920.66
HSL72.15º84.95%18.24%-
HSV(B)72.15º91.86%33.73%-
XYZ5.897.971.43-
YUV72.2191.2126.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 86 (33.98% from 255) = 52.76%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=42.94%
G=52.76%
B=4.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal708670.1900.920.6672.1584.9518.24
Hex465671305C42485512
Octal106126723013410211012522
Binary10001101010110111100110101110010000101001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465607; }

 p { color: rgb(70,86,7); }

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

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

 a { background-color: rgb(70,86,7); }

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

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

 span { border-color: rgb(70,86,7); }

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