#46571A

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

Shades of Verdun Green #46571A

Tints of Verdun Green #46571A

Color information

#46571A (or 0x46571A) is unknown color: approx Verdun Green. HEX triplet: 46, 57 and 1A. RGB value is (70,87,26). Sum of RGB (Red+Green+Blue) = 70+87+26=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #46571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46571A is #B9A8E5. Grayscale: #4B4B4B. Windows color (decimal): -12167398 or 1726278. OLE color: 1726278.

HSL color Cylindrical-coordinate representation of color #46571A: hue angle of 76.72º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46571A is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB708726-
CMYK0.2000.700.66
HSL76.72º53.98%22.16%-
HSV(B)76.72º70.11%34.12%-
XYZ6.128.192.24-
YUV74.96100.37124.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=38.25%
G=47.54%
B=14.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087260.2000.700.6676.7253.9822.16
Hex46571A14046424d3616
Octal106127322401061021156626
Binary100011010101111101010100010001101000010100110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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