#4A591C

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

Shades of Verdun Green #4A591C

Tints of Verdun Green #4A591C

Color information

#4A591C (or 0x4A591C) is unknown color: approx Verdun Green. HEX triplet: 4A, 59 and 1C. RGB value is (74,89,28). Sum of RGB (Red+Green+Blue) = 74+89+28=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #4A591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A591C is #B5A6E3. Grayscale: #4D4D4D. Windows color (decimal): -11904740 or 1857866. OLE color: 1857866.

HSL color Cylindrical-coordinate representation of color #4A591C: hue angle of 74.75º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A591C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB748928-
CMYK0.1700.690.65
HSL74.75º52.14%22.94%-
HSV(B)74.75º68.54%34.9%-
XYZ6.618.682.43-
YUV77.56100.03125.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.74%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=38.74%
G=46.60%
B=14.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7489280.1700.690.6574.7552.1422.94
Hex4A591C11045414b3417
Octal112131342101051011136427
Binary100101010110011110010001010001011000001100101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,89,28); }

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

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

 a { background-color: rgb(74,89,28); }

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

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

 span { border-color: rgb(74,89,28); }

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