#4A6A11

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

Shades of Verdun Green #4A6A11

Tints of Verdun Green #4A6A11

Color information

#4A6A11 (or 0x4A6A11) is unknown color: approx Verdun Green. HEX triplet: 4A, 6A and 11. RGB value is (74,106,17). Sum of RGB (Red+Green+Blue) = 74+106+17=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6A11 is #B595EE. Grayscale: #565656. Windows color (decimal): -11900399 or 1141322. OLE color: 1141322.

HSL color Cylindrical-coordinate representation of color #4A6A11: hue angle of 81.57º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A6A11 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB7410617-
CMYK0.3000.840.58
HSL81.57º72.36%24.12%-
HSV(B)81.57º83.96%41.57%-
XYZ8.0811.82.38-
YUV86.2988.9119.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 106 (41.80% from 255) = 53.81%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=37.56%
G=53.81%
B=8.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74106170.3000.840.5881.5772.3624.12
Hex4A6A111E0543A524818
Octal112152213601247212211030
Binary100101011010101000111110010101001110101010010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,17); }

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

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

 a { background-color: rgb(74,106,17); }

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

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

 span { border-color: rgb(74,106,17); }

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