#545801

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

Shades of Verdun Green #545801

Tints of Verdun Green #545801

Color information

#545801 (or 0x545801) is unknown color: approx Verdun Green. HEX triplet: 54, 58 and 01. RGB value is (84,88,1). Sum of RGB (Red+Green+Blue) = 84+88+1=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #545801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545801 is #ABA7FE. Grayscale: #4D4D4D. Windows color (decimal): -11249663 or 88148. OLE color: 88148.

HSL color Cylindrical-coordinate representation of color #545801: hue angle of 62.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #545801 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB84881-
CMYK0.0500.990.65
HSL62.76º97.75%17.45%-
HSV(B)62.76º98.86%34.51%-
XYZ7.158.871.36-
YUV76.8985.17133.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=48.55%
G=50.87%
B=0.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal848810.0500.990.6562.7697.7517.45
Hex545815063413f6211
Octal1241301501431017714221
Binary101010010110001101011000111000001111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545801; }

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

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

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

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

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

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

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

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