#544F02

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

Shades of Verdun Green #544F02

Tints of Verdun Green #544F02

Color information

#544F02 (or 0x544F02) is unknown color: approx Verdun Green. HEX triplet: 54, 4F and 02. RGB value is (84,79,2). Sum of RGB (Red+Green+Blue) = 84+79+2=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #544F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F02 is #ABB0FD. Grayscale: #484848. Windows color (decimal): -11251966 or 151380. OLE color: 151380.

HSL color Cylindrical-coordinate representation of color #544F02: hue angle of 56.34º 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 #544F02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB84792-
CMYK00.060.980.67
HSL56.34º95.35%16.86%-
HSV(B)56.34º97.62%32.94%-
XYZ6.467.481.16-
YUV71.7288.66136.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=50.91%
G=47.88%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8479200.060.980.6756.3495.3516.86
Hex544F2066243385f11
Octal1241172061421037013721
Binary1010100100111110011011000101000011111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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