#546924

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

Shades of Dark Olive Green #546924

Tints of Dark Olive Green #546924

Color information

#546924 (or 0x546924) is unknown color: approx Dark Olive Green. HEX triplet: 54, 69 and 24. RGB value is (84,105,36). Sum of RGB (Red+Green+Blue) = 84+105+36=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #546924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546924 is #AB96DB. Grayscale: #5B5B5B. Windows color (decimal): -11245276 or 2386260. OLE color: 2386260.

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

Color convert

RGB8410536-
CMYK0.2000.660.59
HSL78.26º48.94%27.65%-
HSV(B)78.26º65.71%41.18%-
XYZ9.0312.123.53-
YUV90.8697.04123.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 36 (14.45% from 255) = 16%
R=37.33%
G=46.67%
B=16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105360.2000.660.5978.2648.9427.65
Hex546924140423B4e311c
Octal12415144240102731166134
Binary101010011010011001001010001000010111011100111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546924; }

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

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

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

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

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

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

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

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