#46440B

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

Shades of Verdun Green #46440B

Tints of Verdun Green #46440B

Color information

#46440B (or 0x46440B) is unknown color: approx Verdun Green. HEX triplet: 46, 44 and 0B. RGB value is (70,68,11). Sum of RGB (Red+Green+Blue) = 70+68+11=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46440B is #B9BBF4. Grayscale: #3E3E3E. Windows color (decimal): -12172277 or 738374. OLE color: 738374.

HSL color Cylindrical-coordinate representation of color #46440B: hue angle of 57.97º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46440B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB706811-
CMYK00.030.840.73
HSL57.97º72.84%15.88%-
HSV(B)57.97º84.29%27.45%-
XYZ4.655.461.13-
YUV62.199.16133.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 11 (4.69% from 255) = 7.38%
R=46.98%
G=45.64%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70681100.030.840.7357.9772.8415.88
Hex4644B0354493a4910
Octal10610413031241117211120
Binary10001101000100101101110101001001001111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46440B; }

 p { color: rgb(70,68,11); }

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

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

 a { background-color: rgb(70,68,11); }

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

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

 span { border-color: rgb(70,68,11); }

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