#4A7106

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

Shades of Verdun Green #4A7106

Tints of Verdun Green #4A7106

Color information

#4A7106 (or 0x4A7106) is unknown color: approx Verdun Green. HEX triplet: 4A, 71 and 06. RGB value is (74,113,6). Sum of RGB (Red+Green+Blue) = 74+113+6=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7106 is #B58EF9. Grayscale: #595959. Windows color (decimal): -11898618 or 422218. OLE color: 422218.

HSL color Cylindrical-coordinate representation of color #4A7106: hue angle of 81.87º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A7106 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB741136-
CMYK0.3500.950.56
HSL81.87º89.92%23.33%-
HSV(B)81.87º94.69%44.31%-
XYZ8.7613.282.27-
YUV89.1481.08117.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 113 (44.53% from 255) = 58.55%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=38.34%
G=58.55%
B=3.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7411360.3500.950.5681.8789.9223.33
Hex4A7162305F38525a17
Octal11216164301377012213227
Binary10010101110001110100011010111111110001010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,6); }

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

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

 a { background-color: rgb(74,113,6); }

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

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

 span { border-color: rgb(74,113,6); }

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