#4A511A

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

Shades of Verdun Green #4A511A

Tints of Verdun Green #4A511A

Color information

#4A511A (or 0x4A511A) is unknown color: approx Verdun Green. HEX triplet: 4A, 51 and 1A. RGB value is (74,81,26). Sum of RGB (Red+Green+Blue) = 74+81+26=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #4A511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A511A is #B5AEE5. Grayscale: #484848. Windows color (decimal): -11906790 or 1724746. OLE color: 1724746.

HSL color Cylindrical-coordinate representation of color #4A511A: hue angle of 67.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A511A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB748126-
CMYK0.0900.680.68
HSL67.64º51.4%20.98%-
HSV(B)67.64º67.9%31.76%-
XYZ5.957.422.09-
YUV72.64101.68128.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.88%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=40.88%
G=44.75%
B=14.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7481260.0900.680.6867.6451.420.98
Hex4A511A904444443315
Octal112121321101041041046325
Binary10010101010001110101001010001001000100100010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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