#4A480C

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

Shades of Verdun Green #4A480C

Tints of Verdun Green #4A480C

Color information

#4A480C (or 0x4A480C) is unknown color: approx Verdun Green. HEX triplet: 4A, 48 and 0C. RGB value is (74,72,12). Sum of RGB (Red+Green+Blue) = 74+72+12=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A480C is #B5B7F3. Grayscale: #414141. Windows color (decimal): -11909108 or 804938. OLE color: 804938.

HSL color Cylindrical-coordinate representation of color #4A480C: hue angle of 58.06º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A480C is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB747212-
CMYK00.030.840.71
HSL58.06º72.09%16.86%-
HSV(B)58.06º83.78%29.02%-
XYZ5.216.121.25-
YUV65.7697.66133.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.84%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=46.84%
G=45.57%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74721200.030.840.7158.0672.0916.86
Hex4A48C0354473a4811
Octal11211014031241077211021
Binary10010101001000110001110101001000111111010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,12); }

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

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

 a { background-color: rgb(74,72,12); }

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

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

 span { border-color: rgb(74,72,12); }

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