#546923

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

Shades of Dark Olive Green #546923

Tints of Dark Olive Green #546923

Color information

#546923 (or 0x546923) is unknown color: approx Dark Olive Green. HEX triplet: 54, 69 and 23. RGB value is (84,105,35). Sum of RGB (Red+Green+Blue) = 84+105+35=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #546923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546923 is #AB96DC. Grayscale: #5A5A5A. Windows color (decimal): -11245277 or 2320724. OLE color: 2320724.

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

Color convert

RGB8410535-
CMYK0.2000.670.59
HSL78º50%27.45%-
HSV(B)78º66.67%41.18%-
XYZ9.0112.113.45-
YUV90.7496.54123.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=37.5%
G=46.88%
B=15.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105350.2000.670.59785027.45
Hex546923140433B4e321b
Octal12415143240103731166233
Binary101010011010011000111010001000011111011100111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546923; }

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

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

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

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

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

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

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

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