#4A6709

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

Shades of Verdun Green #4A6709

Tints of Verdun Green #4A6709

Color information

#4A6709 (or 0x4A6709) is unknown color: approx Verdun Green. HEX triplet: 4A, 67 and 09. RGB value is (74,103,9). Sum of RGB (Red+Green+Blue) = 74+103+9=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6709 is #B598F6. Grayscale: #535353. Windows color (decimal): -11901175 or 616266. OLE color: 616266.

HSL color Cylindrical-coordinate representation of color #4A6709: hue angle of 78.51º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A6709 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB741039-
CMYK0.2800.910.60
HSL78.51º83.93%21.96%-
HSV(B)78.51º91.26%40.39%-
XYZ7.7211.182.01-
YUV83.6185.89121.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.78%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=39.78%
G=55.38%
B=4.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7410390.2800.910.6078.5183.9321.96
Hex4A6791C05B3C4f5416
Octal112147113401337411712426
Binary10010101100111100111100010110111111001001111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,103,9); }

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

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

 a { background-color: rgb(74,103,9); }

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

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

 span { border-color: rgb(74,103,9); }

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