#46500D

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

Shades of Verdun Green #46500D

Tints of Verdun Green #46500D

Color information

#46500D (or 0x46500D) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 0D. RGB value is (70,80,13). Sum of RGB (Red+Green+Blue) = 70+80+13=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #46500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46500D is #B9AFF2. Grayscale: #454545. Windows color (decimal): -12169203 or 872518. OLE color: 872518.

HSL color Cylindrical-coordinate representation of color #46500D: hue angle of 68.96º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46500D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB708013-
CMYK0.1200.840.69
HSL68.96º72.04%18.24%-
HSV(B)68.96º83.75%31.37%-
XYZ5.477.071.46-
YUV69.3796.19128.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=42.94%
G=49.08%
B=7.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080130.1200.840.6968.9672.0418.24
Hex4650DC05445454812
Octal1061201514012410510511022
Binary10001101010000110111000101010010001011000101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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