#4A4712

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

Shades of Verdun Green #4A4712

Tints of Verdun Green #4A4712

Color information

#4A4712 (or 0x4A4712) is unknown color: approx Verdun Green. HEX triplet: 4A, 47 and 12. RGB value is (74,71,18). Sum of RGB (Red+Green+Blue) = 74+71+18=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4712 is #B5B8ED. Grayscale: #424242. Windows color (decimal): -11909358 or 1197898. OLE color: 1197898.

HSL color Cylindrical-coordinate representation of color #4A4712: hue angle of 56.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A4712 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB747118-
CMYK00.040.760.71
HSL56.79º60.87%18.04%-
HSV(B)56.79º75.68%29.02%-
XYZ5.196.011.46-
YUV65.86100.99133.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.40%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=45.40%
G=43.56%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74711800.040.760.7156.7960.8718.04
Hex4A4712044C47393d12
Octal1121072204114107717522
Binary100101010001111001001001001100100011111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,71,18); }

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

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

 a { background-color: rgb(74,71,18); }

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

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

 span { border-color: rgb(74,71,18); }

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