#544F01

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

Shades of Verdun Green #544F01

Tints of Verdun Green #544F01

Color information

#544F01 (or 0x544F01) is unknown color: approx Verdun Green. HEX triplet: 54, 4F and 01. RGB value is (84,79,1). Sum of RGB (Red+Green+Blue) = 84+79+1=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #544F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F01 is #ABB0FE. Grayscale: #474747. Windows color (decimal): -11251967 or 85844. OLE color: 85844.

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

Color convert

RGB84791-
CMYK00.060.990.67
HSL56.39º97.65%16.67%-
HSV(B)56.39º98.81%32.94%-
XYZ6.467.481.13-
YUV71.688.16136.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=51.22%
G=48.17%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8479100.060.990.6756.3997.6516.67
Hex544F1066343386211
Octal1241171061431037014221
Binary101010010011111011011000111000011111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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