#4A541A

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

Shades of Verdun Green #4A541A

Tints of Verdun Green #4A541A

Color information

#4A541A (or 0x4A541A) is unknown color: approx Verdun Green. HEX triplet: 4A, 54 and 1A. RGB value is (74,84,26). Sum of RGB (Red+Green+Blue) = 74+84+26=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #4A541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A541A is #B5ABE5. Grayscale: #4A4A4A. Windows color (decimal): -11906022 or 1725514. OLE color: 1725514.

HSL color Cylindrical-coordinate representation of color #4A541A: hue angle of 70.34º 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 #4A541A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB748426-
CMYK0.1200.690.67
HSL70.34º52.73%21.57%-
HSV(B)70.34º69.05%32.94%-
XYZ6.187.872.17-
YUV74.4100.69127.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=40.22%
G=45.65%
B=14.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484260.1200.690.6770.3452.7321.57
Hex4A541AC04543463516
Octal112124321401051031066526
Binary10010101010100110101100010001011000011100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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