#4A6708

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

Shades of Verdun Green #4A6708

Tints of Verdun Green #4A6708

Color information

#4A6708 (or 0x4A6708) is unknown color: approx Verdun Green. HEX triplet: 4A, 67 and 08. RGB value is (74,103,8). Sum of RGB (Red+Green+Blue) = 74+103+8=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6708 is #B598F7. Grayscale: #535353. Windows color (decimal): -11901176 or 550730. OLE color: 550730.

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

Color convert

RGB741038-
CMYK0.2800.920.60
HSL78.32º85.59%21.76%-
HSV(B)78.32º92.23%40.39%-
XYZ7.7211.171.98-
YUV83.585.39121.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=40%
G=55.68%
B=4.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7410380.2800.920.6078.3285.5921.76
Hex4A6781C05C3C4e5616
Octal112147103401347411612626
Binary10010101100111100011100010111001111001001110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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