#4A6614

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

Shades of Verdun Green #4A6614

Tints of Verdun Green #4A6614

Color information

#4A6614 (or 0x4A6614) is unknown color: approx Verdun Green. HEX triplet: 4A, 66 and 14. RGB value is (74,102,20). Sum of RGB (Red+Green+Blue) = 74+102+20=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6614 is #B599EB. Grayscale: #545454. Windows color (decimal): -11901420 or 1336906. OLE color: 1336906.

HSL color Cylindrical-coordinate representation of color #4A6614: hue angle of 80.49º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A6614 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB7410220-
CMYK0.2700.800.6
HSL80.49º67.21%23.92%-
HSV(B)80.49º80.39%40%-
XYZ7.711.012.38-
YUV84.2891.72120.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=37.76%
G=52.04%
B=10.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102200.2700.800.680.4967.2123.92
Hex4A66141B0503C504318
Octal112146243301207412010330
Binary100101011001101010011011010100001111001010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,20); }

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

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

 a { background-color: rgb(74,102,20); }

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

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

 span { border-color: rgb(74,102,20); }

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