#464F15

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

Shades of Verdun Green #464F15

Tints of Verdun Green #464F15

Color information

#464F15 (or 0x464F15) is unknown color: approx Verdun Green. HEX triplet: 46, 4F and 15. RGB value is (70,79,21). Sum of RGB (Red+Green+Blue) = 70+79+21=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #464F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464F15 is #B9B0EA. Grayscale: #454545. Windows color (decimal): -12169451 or 1396550. OLE color: 1396550.

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

Color convert

RGB707921-
CMYK0.1100.730.69
HSL69.31º58%19.61%-
HSV(B)69.31º73.42%30.98%-
XYZ5.466.951.76-
YUV69.7100.52128.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=41.18%
G=46.47%
B=12.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079210.1100.730.6969.315819.61
Hex464F15B04945453a14
Octal106117251301111051057224
Binary10001101001111101011011010010011000101100010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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