#546A2E

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

Shades of Dark Olive Green #546A2E

Tints of Dark Olive Green #546A2E

Color information

#546A2E (or 0x546A2E) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6A and 2E. RGB value is (84,106,46). Sum of RGB (Red+Green+Blue) = 84+106+46=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #546A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546A2E is #AB95D1. Grayscale: #5C5C5C. Windows color (decimal): -11245010 or 3041876. OLE color: 3041876.

HSL color Cylindrical-coordinate representation of color #546A2E: hue angle of 82º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #546A2E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB8410646-
CMYK0.2100.570.58
HSL82º39.47%29.8%-
HSV(B)82º56.6%41.57%-
XYZ9.312.394.49-
YUV92.58101.71121.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=35.59%
G=44.92%
B=19.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84106460.2100.570.588239.4729.8
Hex546A2E150393A52271e
Octal1241525625071721224736
Binary10101001101010101110101010111001111010101001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546A2E; }

 p { color: rgb(84,106,46); }

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

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

 a { background-color: rgb(84,106,46); }

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

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

 span { border-color: rgb(84,106,46); }

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