#46501F

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

Shades of Verdun Green #46501F

Tints of Verdun Green #46501F

Color information

#46501F (or 0x46501F) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 1F. RGB value is (70,80,31). Sum of RGB (Red+Green+Blue) = 70+80+31=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #46501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46501F is #B9AFE0. Grayscale: #474747. Windows color (decimal): -12169185 or 2052166. OLE color: 2052166.

HSL color Cylindrical-coordinate representation of color #46501F: hue angle of 72.24º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46501F is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB708031-
CMYK0.1200.610.69
HSL72.24º44.14%21.76%-
HSV(B)72.24º61.25%31.37%-
XYZ5.647.142.38-
YUV71.42105.19126.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=38.67%
G=44.20%
B=17.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080310.1200.610.6972.2444.1421.76
Hex46501FC03D45482c16
Octal10612037140751051105426
Binary1000110101000011111110001111011000101100100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46501F; }

 p { color: rgb(70,80,31); }

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

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

 a { background-color: rgb(70,80,31); }

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

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

 span { border-color: rgb(70,80,31); }

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