#4C540A

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

Shades of Verdun Green #4C540A

Tints of Verdun Green #4C540A

Color information

#4C540A (or 0x4C540A) is unknown color: approx Verdun Green. HEX triplet: 4C, 54 and 0A. RGB value is (76,84,10). Sum of RGB (Red+Green+Blue) = 76+84+10=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #4C540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C540A is #B3ABF5. Grayscale: #494949. Windows color (decimal): -11774966 or 676940. OLE color: 676940.

HSL color Cylindrical-coordinate representation of color #4C540A: hue angle of 66.49º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C540A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB768410-
CMYK0.1000.880.67
HSL66.49º78.72%18.43%-
HSV(B)66.49º88.1%32.94%-
XYZ6.217.91.48-
YUV73.1792.35130.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=44.71%
G=49.41%
B=5.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684100.1000.880.6766.4978.7218.43
Hex4C54AA05843424f12
Octal1141241212013010310211722
Binary10011001010100101010100101100010000111000010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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