#464912

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

Shades of Verdun Green #464912

Tints of Verdun Green #464912

Color information

#464912 (or 0x464912) is unknown color: approx Verdun Green. HEX triplet: 46, 49 and 12. RGB value is (70,73,18). Sum of RGB (Red+Green+Blue) = 70+73+18=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #464912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464912 is #B9B6ED. Grayscale: #424242. Windows color (decimal): -12170990 or 1198406. OLE color: 1198406.

HSL color Cylindrical-coordinate representation of color #464912: hue angle of 63.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #464912 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB707318-
CMYK0.0400.750.71
HSL63.27º60.44%17.84%-
HSV(B)63.27º75.34%28.63%-
XYZ5.026.111.49-
YUV65.83101.01130.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=43.48%
G=45.34%
B=11.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073180.0400.750.7163.2760.4417.84
Hex464912404B473f3c12
Octal1061112240113107777422
Binary100011010010011001010001001011100011111111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464912; }

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

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

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

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

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

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

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

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