#546C2D

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

Shades of Dark Olive Green #546C2D

Tints of Dark Olive Green #546C2D

Color information

#546C2D (or 0x546C2D) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6C and 2D. RGB value is (84,108,45). Sum of RGB (Red+Green+Blue) = 84+108+45=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #546C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C2D is #AB93D2. Grayscale: #5D5D5D. Windows color (decimal): -11244499 or 2976852. OLE color: 2976852.

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

Color convert

RGB8410845-
CMYK0.2200.580.58
HSL82.86º41.18%30%-
HSV(B)82.86º58.33%42.35%-
XYZ9.4912.84.45-
YUV93.64100.55121.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=35.44%
G=45.57%
B=18.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108450.2200.580.5882.8641.1830
Hex546C2D1603A3A53291e
Octal1241545526072721235136
Binary10101001101100101101101100111010111010101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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