#4A561A

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

Shades of Verdun Green #4A561A

Tints of Verdun Green #4A561A

Color information

#4A561A (or 0x4A561A) is unknown color: approx Verdun Green. HEX triplet: 4A, 56 and 1A. RGB value is (74,86,26). Sum of RGB (Red+Green+Blue) = 74+86+26=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #4A561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A561A is #B5A9E5. Grayscale: #4B4B4B. Windows color (decimal): -11905510 or 1726026. OLE color: 1726026.

HSL color Cylindrical-coordinate representation of color #4A561A: hue angle of 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 #4A561A is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB748626-
CMYK0.1400.700.66
HSL72º53.57%21.96%-
HSV(B)72º69.77%33.73%-
XYZ6.348.192.22-
YUV75.57100.02126.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.78%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=39.78%
G=46.24%
B=13.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486260.1400.700.667253.5721.96
Hex4A561AE04642483616
Octal112126321601061021106626
Binary10010101010110110101110010001101000010100100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A561A; }

 p { color: rgb(74,86,26); }

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

<style>
 a { background-color: #4A561A; }

 a { background-color: rgb(74,86,26); }

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

<style>
 span { border-color: #4A561A; }

 span { border-color: rgb(74,86,26); }

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