#544C02

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

Shades of Verdun Green #544C02

Tints of Verdun Green #544C02

Color information

#544C02 (or 0x544C02) is unknown color: approx Verdun Green. HEX triplet: 54, 4C and 02. RGB value is (84,76,2). Sum of RGB (Red+Green+Blue) = 84+76+2=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C02 is #ABB3FD. Grayscale: #464646. Windows color (decimal): -11252734 or 150612. OLE color: 150612.

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

Color convert

RGB84762-
CMYK00.100.980.67
HSL54.15º95.35%16.86%-
HSV(B)54.15º97.62%32.94%-
XYZ6.257.061.09-
YUV69.9689.65138.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=51.85%
G=46.91%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8476200.100.980.6754.1595.3516.86
Hex544C20A6243365f11
Octal12411420121421036613721
Binary10101001001100100101011000101000011110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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