#464F07

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

Shades of Verdun Green #464F07

Tints of Verdun Green #464F07

Color information

#464F07 (or 0x464F07) is unknown color: approx Verdun Green. HEX triplet: 46, 4F and 07. RGB value is (70,79,7). Sum of RGB (Red+Green+Blue) = 70+79+7=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #464F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464F07 is #B9B0F8. Grayscale: #444444. Windows color (decimal): -12169465 or 479046. OLE color: 479046.

HSL color Cylindrical-coordinate representation of color #464F07: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #464F07 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB70797-
CMYK0.1100.910.69
HSL67.5º83.72%16.86%-
HSV(B)67.5º91.14%30.98%-
XYZ5.366.911.25-
YUV68.193.52129.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=44.87%
G=50.64%
B=4.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal707970.1100.910.6967.583.7216.86
Hex464F7B05B45445411
Octal106117713013310510412421
Binary1000110100111111110110101101110001011000100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464F07; }

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

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

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

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

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

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

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

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