#46490D

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

Shades of Verdun Green #46490D

Tints of Verdun Green #46490D

Color information

#46490D (or 0x46490D) is unknown color: approx Verdun Green. HEX triplet: 46, 49 and 0D. RGB value is (70,73,13). Sum of RGB (Red+Green+Blue) = 70+73+13=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #46490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46490D is #B9B6F2. Grayscale: #414141. Windows color (decimal): -12170995 or 870726. OLE color: 870726.

HSL color Cylindrical-coordinate representation of color #46490D: hue angle of 63º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46490D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB707313-
CMYK0.0400.820.71
HSL63º69.77%16.86%-
HSV(B)63º82.19%28.63%-
XYZ4.986.11.29-
YUV65.2698.51131.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=44.87%
G=46.79%
B=8.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073130.0400.820.716369.7716.86
Hex4649D4052473f4611
Octal10611115401221077710621
Binary100011010010011101100010100101000111111111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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