#546C2E

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

Shades of Dark Olive Green #546C2E

Tints of Dark Olive Green #546C2E

Color information

#546C2E (or 0x546C2E) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6C and 2E. RGB value is (84,108,46). Sum of RGB (Red+Green+Blue) = 84+108+46=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #546C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C2E is #AB93D1. Grayscale: #5D5D5D. Windows color (decimal): -11244498 or 3042388. OLE color: 3042388.

HSL color Cylindrical-coordinate representation of color #546C2E: hue angle of 83.23º degrees, saturation: 0.4, 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 #546C2E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB8410846-
CMYK0.2200.570.58
HSL83.23º40.26%30.2%-
HSV(B)83.23º57.41%42.35%-
XYZ9.5112.814.56-
YUV93.76101.05121.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=35.29%
G=45.38%
B=19.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108460.2200.570.5883.2340.2630.2
Hex546C2E160393A53281e
Octal1241545626071721235036
Binary10101001101100101110101100111001111010101001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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