#4A6111

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

Shades of Verdun Green #4A6111

Tints of Verdun Green #4A6111

Color information

#4A6111 (or 0x4A6111) is unknown color: approx Verdun Green. HEX triplet: 4A, 61 and 11. RGB value is (74,97,17). Sum of RGB (Red+Green+Blue) = 74+97+17=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6111 is #B59EEE. Grayscale: #515151. Windows color (decimal): -11902703 or 1139018. OLE color: 1139018.

HSL color Cylindrical-coordinate representation of color #4A6111: hue angle of 77.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A6111 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB749717-
CMYK0.2400.820.62
HSL77.25º70.18%22.35%-
HSV(B)77.25º82.47%38.04%-
XYZ7.210.052.09-
YUV8191.88123-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.36%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=39.36%
G=51.60%
B=9.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497170.2400.820.6277.2570.1822.35
Hex4A6111180523E4d4616
Octal112141213001227611510626
Binary100101011000011000111000010100101111101001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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