#4A601F

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

Shades of Verdun Green #4A601F

Tints of Verdun Green #4A601F

Color information

#4A601F (or 0x4A601F) is unknown color: approx Verdun Green. HEX triplet: 4A, 60 and 1F. RGB value is (74,96,31). Sum of RGB (Red+Green+Blue) = 74+96+31=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #4A601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A601F is #B59FE0. Grayscale: #525252. Windows color (decimal): -11902945 or 2056266. OLE color: 2056266.

HSL color Cylindrical-coordinate representation of color #4A601F: hue angle of 80.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A601F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB749631-
CMYK0.2300.680.62
HSL80.31º51.18%24.9%-
HSV(B)80.31º67.71%37.65%-
XYZ7.259.922.83-
YUV82.0199.21122.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=36.82%
G=47.76%
B=15.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496310.2300.680.6280.3151.1824.9
Hex4A601F170443E503319
Octal11214037270104761206331
Binary10010101100000111111011101000100111110101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,31); }

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

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

 a { background-color: rgb(74,96,31); }

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

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

 span { border-color: rgb(74,96,31); }

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