#465507

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

Shades of Verdun Green #465507

Tints of Verdun Green #465507

Color information

#465507 (or 0x465507) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 07. RGB value is (70,85,7). Sum of RGB (Red+Green+Blue) = 70+85+7=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #465507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465507 is #B9AAF8. Grayscale: #474747. Windows color (decimal): -12167929 or 480582. OLE color: 480582.

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

Color convert

RGB70857-
CMYK0.1800.920.67
HSL71.54º84.78%18.04%-
HSV(B)71.54º91.76%33.33%-
XYZ5.817.811.4-
YUV71.6291.53126.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 7 (3.12% from 255) = 4.32%
R=43.21%
G=52.47%
B=4.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708570.1800.920.6771.5484.7818.04
Hex465571205C43485512
Octal106125722013410311012522
Binary10001101010101111100100101110010000111001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465507; }

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

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

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

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

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

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

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

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