#464813

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

Shades of Verdun Green #464813

Tints of Verdun Green #464813

Color information

#464813 (or 0x464813) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 13. RGB value is (70,72,19). Sum of RGB (Red+Green+Blue) = 70+72+19=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #464813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464813 is #B9B7EC. Grayscale: #414141. Windows color (decimal): -12171245 or 1263686. OLE color: 1263686.

HSL color Cylindrical-coordinate representation of color #464813: hue angle of 62.26º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #464813 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB707219-
CMYK0.0300.740.72
HSL62.26º58.24%17.84%-
HSV(B)62.26º73.61%28.24%-
XYZ4.965.981.51-
YUV65.36101.84131.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=43.48%
G=44.72%
B=11.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072190.0300.740.7262.2658.2417.84
Hex464813304A483e3a12
Octal1061102330112110767222
Binary10001101001000100111101001010100100011111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464813; }

 p { color: rgb(70,72,19); }

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

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

 a { background-color: rgb(70,72,19); }

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

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

 span { border-color: rgb(70,72,19); }

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