#46541E

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

Shades of Verdun Green #46541E

Tints of Verdun Green #46541E

Color information

#46541E (or 0x46541E) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 1E. RGB value is (70,84,30). Sum of RGB (Red+Green+Blue) = 70+84+30=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #46541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46541E is #B9ABE1. Grayscale: #494949. Windows color (decimal): -12168162 or 1987654. OLE color: 1987654.

HSL color Cylindrical-coordinate representation of color #46541E: hue angle of 75.56º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46541E is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB708430-
CMYK0.1700.640.67
HSL75.56º47.37%22.35%-
HSV(B)75.56º64.29%32.94%-
XYZ5.937.742.41-
YUV73.66103.36125.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=38.04%
G=45.65%
B=16.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084300.1700.640.6775.5647.3722.35
Hex46541E11040434c2f16
Octal106124362101001031145726
Binary100011010101001111010001010000001000011100110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46541E; }

 p { color: rgb(70,84,30); }

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

<style>
 a { background-color: #46541E; }

 a { background-color: rgb(70,84,30); }

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

<style>
 span { border-color: #46541E; }

 span { border-color: rgb(70,84,30); }

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