#464F12

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

Shades of Verdun Green #464F12

Tints of Verdun Green #464F12

Color information

#464F12 (or 0x464F12) is unknown color: approx Verdun Green. HEX triplet: 46, 4F and 12. RGB value is (70,79,18). Sum of RGB (Red+Green+Blue) = 70+79+18=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #464F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464F12 is #B9B0ED. Grayscale: #454545. Windows color (decimal): -12169454 or 1199942. OLE color: 1199942.

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

Color convert

RGB707918-
CMYK0.1100.770.69
HSL68.85º62.89%19.02%-
HSV(B)68.85º77.22%30.98%-
XYZ5.436.941.63-
YUV69.3699.02128.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=41.92%
G=47.31%
B=10.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079180.1100.770.6968.8562.8919.02
Hex464F12B04D45453f13
Octal106117221301151051057723
Binary10001101001111100101011010011011000101100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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