#46541A

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

Shades of Verdun Green #46541A

Tints of Verdun Green #46541A

Color information

#46541A (or 0x46541A) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 1A. RGB value is (70,84,26). Sum of RGB (Red+Green+Blue) = 70+84+26=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #46541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46541A is #B9ABE5. Grayscale: #494949. Windows color (decimal): -12168166 or 1725510. OLE color: 1725510.

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

Color convert

RGB708426-
CMYK0.1700.690.67
HSL74.48º52.73%21.57%-
HSV(B)74.48º69.05%32.94%-
XYZ5.887.722.16-
YUV73.2101.36125.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=38.89%
G=46.67%
B=14.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084260.1700.690.6774.4852.7321.57
Hex46541A11045434a3516
Octal106124322101051031126526
Binary100011010101001101010001010001011000011100101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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