#464917

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

Shades of Verdun Green #464917

Tints of Verdun Green #464917

Color information

#464917 (or 0x464917) is unknown color: approx Verdun Green. HEX triplet: 46, 49 and 17. RGB value is (70,73,23). Sum of RGB (Red+Green+Blue) = 70+73+23=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #464917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464917 is #B9B6E8. Grayscale: #424242. Windows color (decimal): -12170985 or 1526086. OLE color: 1526086.

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

Color convert

RGB707323-
CMYK0.0400.680.71
HSL63.6º52.08%18.82%-
HSV(B)63.6º68.49%28.63%-
XYZ5.066.131.73-
YUV66.4103.51130.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=42.17%
G=43.98%
B=13.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073230.0400.680.7163.652.0818.82
Hex464917404447403413
Octal10611127401041071006423
Binary1000110100100110111100010001001000111100000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464917; }

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

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

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

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

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

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

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

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