#4C470A

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

Shades of Verdun Green #4C470A

Tints of Verdun Green #4C470A

Color information

#4C470A (or 0x4C470A) is unknown color: approx Verdun Green. HEX triplet: 4C, 47 and 0A. RGB value is (76,71,10). Sum of RGB (Red+Green+Blue) = 76+71+10=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C470A is #B3B8F5. Grayscale: #414141. Windows color (decimal): -11778294 or 673612. OLE color: 673612.

HSL color Cylindrical-coordinate representation of color #4C470A: hue angle of 55.45º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C470A is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB767110-
CMYK00.070.870.70
HSL55.45º76.74%16.86%-
HSV(B)55.45º86.84%29.8%-
XYZ5.296.061.18-
YUV65.5496.66135.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.41%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=48.41%
G=45.22%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76711000.070.870.7055.4576.7416.86
Hex4C47A075746374d11
Octal11410712071271066711521
Binary100110010001111010011110101111000110110111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,10); }

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

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

 a { background-color: rgb(76,71,10); }

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

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

 span { border-color: rgb(76,71,10); }

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