#46480D

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

Shades of Verdun Green #46480D

Tints of Verdun Green #46480D

Color information

#46480D (or 0x46480D) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 0D. RGB value is (70,72,13). Sum of RGB (Red+Green+Blue) = 70+72+13=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #46480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46480D is #B9B7F2. Grayscale: #404040. Windows color (decimal): -12171251 or 870470. OLE color: 870470.

HSL color Cylindrical-coordinate representation of color #46480D: hue angle of 62.03º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46480D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB707213-
CMYK0.0300.820.72
HSL62.03º69.41%16.67%-
HSV(B)62.03º81.94%28.24%-
XYZ4.925.971.27-
YUV64.6898.84131.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=45.16%
G=46.45%
B=8.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072130.0300.820.7262.0369.4116.67
Hex4648D3052483e4511
Octal10611015301221107610521
Binary10001101001000110111010100101001000111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46480D; }

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

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

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

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

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

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

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

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