#546900

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

Shades of Verdun Green #546900

Tints of Verdun Green #546900

Color information

#546900 (or 0x546900) is unknown color: approx Verdun Green. HEX triplet: 54, 69 and 00. RGB value is (84,105,0). Sum of RGB (Red+Green+Blue) = 84+105+0=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #546900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546900 is #AB96FF. Grayscale: #575757. Windows color (decimal): -11245312 or 26964. OLE color: 26964.

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

Color convert

RGB841050-
CMYK0.20010.59
HSL72º100%20.59%-
HSV(B)72º100%41.18%-
XYZ8.7111.991.85-
YUV86.7579.04126.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8410500.20010.597210020.59
Hex54690140643B486415
Octal12415102401447311014425
Binary10101001101001010100011001001110111001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546900; }

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

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

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

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

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

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

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

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