#46440D

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

Shades of Verdun Green #46440D

Tints of Verdun Green #46440D

Color information

#46440D (or 0x46440D) is unknown color: approx Verdun Green. HEX triplet: 46, 44 and 0D. RGB value is (70,68,13). Sum of RGB (Red+Green+Blue) = 70+68+13=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46440D is #B9BBF2. Grayscale: #3E3E3E. Windows color (decimal): -12172275 or 869446. OLE color: 869446.

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

Color convert

RGB706813-
CMYK00.030.810.73
HSL57.89º68.67%16.27%-
HSV(B)57.89º81.43%27.45%-
XYZ4.675.471.19-
YUV62.33100.16133.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=46.36%
G=45.03%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70681300.030.810.7357.8968.6716.27
Hex4644D0351493a4510
Octal10610415031211117210520
Binary10001101000100110101110100011001001111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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