#464818

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

Shades of Verdun Green #464818

Tints of Verdun Green #464818

Color information

#464818 (or 0x464818) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 18. RGB value is (70,72,24). Sum of RGB (Red+Green+Blue) = 70+72+24=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #464818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464818 is #B9B7E7. Grayscale: #424242. Windows color (decimal): -12171240 or 1591366. OLE color: 1591366.

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

Color convert

RGB707224-
CMYK0.0300.670.72
HSL62.5º50%18.82%-
HSV(B)62.5º66.67%28.24%-
XYZ5.0161.76-
YUV65.93104.34130.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=42.17%
G=43.37%
B=14.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072240.0300.670.7262.55018.82
Hex4648183043483e3213
Octal1061103030103110766223
Binary10001101001000110001101000011100100011111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464818; }

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

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

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

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

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

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

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

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