#464817

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

Shades of Verdun Green #464817

Tints of Verdun Green #464817

Color information

#464817 (or 0x464817) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 17. RGB value is (70,72,23). Sum of RGB (Red+Green+Blue) = 70+72+23=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #464817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464817 is #B9B7E8. Grayscale: #424242. Windows color (decimal): -12171241 or 1525830. OLE color: 1525830.

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

Color convert

RGB707223-
CMYK0.0300.680.72
HSL62.45º51.58%18.63%-
HSV(B)62.45º68.06%28.24%-
XYZ561.71-
YUV65.82103.84130.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=42.42%
G=43.64%
B=13.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072230.0300.680.7262.4551.5818.63
Hex4648173044483e3413
Octal1061102730104110766423
Binary10001101001000101111101000100100100011111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464817; }

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

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

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

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

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

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

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

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