#546901

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

Shades of Verdun Green #546901

Tints of Verdun Green #546901

Color information

#546901 (or 0x546901) is unknown color: approx Verdun Green. HEX triplet: 54, 69 and 01. RGB value is (84,105,1). Sum of RGB (Red+Green+Blue) = 84+105+1=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #546901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546901 is #AB96FE. Grayscale: #575757. Windows color (decimal): -11245311 or 92500. OLE color: 92500.

HSL color Cylindrical-coordinate representation of color #546901: hue angle of 72.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #546901 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB841051-
CMYK0.2000.990.59
HSL72.12º98.11%20.78%-
HSV(B)72.12º99.05%41.18%-
XYZ8.7111.991.88-
YUV86.8679.54125.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=44.21%
G=55.26%
B=0.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8410510.2000.990.5972.1298.1120.78
Hex54691140633B486215
Octal12415112401437311014225
Binary10101001101001110100011000111110111001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546901; }

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

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

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

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

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

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

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

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