#4A6714

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

Shades of Verdun Green #4A6714

Tints of Verdun Green #4A6714

Color information

#4A6714 (or 0x4A6714) is unknown color: approx Verdun Green. HEX triplet: 4A, 67 and 14. RGB value is (74,103,20). Sum of RGB (Red+Green+Blue) = 74+103+20=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6714 is #B598EB. Grayscale: #555555. Windows color (decimal): -11901164 or 1337162. OLE color: 1337162.

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

Color convert

RGB7410320-
CMYK0.2800.810.60
HSL80.96º67.48%24.12%-
HSV(B)80.96º80.58%40.39%-
XYZ7.811.212.41-
YUV84.8791.39120.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 103 (40.62% from 255) = 52.28%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=37.56%
G=52.28%
B=10.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103200.2800.810.6080.9667.4824.12
Hex4A67141C0513C514318
Octal112147243401217412110330
Binary100101011001111010011100010100011111001010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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