#544C00

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

Shades of Verdun Green #544C00

Tints of Verdun Green #544C00

Color information

#544C00 (or 0x544C00) is unknown color: approx Verdun Green. HEX triplet: 54, 4C and 00. RGB value is (84,76,0). Sum of RGB (Red+Green+Blue) = 84+76+0=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #544C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C00 is #ABB3FF. Grayscale: #464646. Windows color (decimal): -11252736 or 19540. OLE color: 19540.

HSL color Cylindrical-coordinate representation of color #544C00: hue angle of 54.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #544C00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB84760-
CMYK00.1010.67
HSL54.29º100%16.47%-
HSV(B)54.29º100%32.94%-
XYZ6.247.051.03-
YUV69.7388.65138.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 76 (30.08% from 255) = 47.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.5%
G=47.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8476000.1010.6754.2910016.47
Hex544C00A6443366410
Octal12411400121441036614420
Binary1010100100110000101011001001000011110110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544C00; }

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

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

<style>
 a { background-color: #544C00; }

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

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

<style>
 span { border-color: #544C00; }

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

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