#545401

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

Shades of Verdun Green #545401

Tints of Verdun Green #545401

Color information

#545401 (or 0x545401) is unknown color: approx Verdun Green. HEX triplet: 54, 54 and 01. RGB value is (84,84,1). Sum of RGB (Red+Green+Blue) = 84+84+1=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545401 is #ABABFE. Grayscale: #4A4A4A. Windows color (decimal): -11250687 or 87124. OLE color: 87124.

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

Color convert

RGB84841-
CMYK000.990.67
HSL60º97.65%16.67%-
HSV(B)60º98.81%32.94%-
XYZ6.838.231.26-
YUV74.5486.5134.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=49.70%
G=49.70%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84841000.990.676097.6516.67
Hex545410063433c6211
Octal1241241001431037414221
Binary1010100101010010011000111000011111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545401; }

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

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

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

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

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

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

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

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