#46521D

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

Shades of Verdun Green #46521D

Tints of Verdun Green #46521D

Color information

#46521D (or 0x46521D) is unknown color: approx Verdun Green. HEX triplet: 46, 52 and 1D. RGB value is (70,82,29). Sum of RGB (Red+Green+Blue) = 70+82+29=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #46521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46521D is #B9ADE2. Grayscale: #484848. Windows color (decimal): -12168675 or 1921606. OLE color: 1921606.

HSL color Cylindrical-coordinate representation of color #46521D: hue angle of 73.58º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46521D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB708229-
CMYK0.1500.650.68
HSL73.58º47.75%21.76%-
HSV(B)73.58º64.63%32.16%-
XYZ5.767.432.29-
YUV72.37103.52126.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=38.67%
G=45.30%
B=16.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082290.1500.650.6873.5847.7521.76
Hex46521DF041444a3016
Octal106122351701011041126026
Binary10001101010010111011111010000011000100100101011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,82,29); }

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

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

 a { background-color: rgb(70,82,29); }

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

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

 span { border-color: rgb(70,82,29); }

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