#546B2D

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

Shades of Dark Olive Green #546B2D

Tints of Dark Olive Green #546B2D

Color information

#546B2D (or 0x546B2D) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6B and 2D. RGB value is (84,107,45). Sum of RGB (Red+Green+Blue) = 84+107+45=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #546B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B2D is #AB94D2. Grayscale: #5D5D5D. Windows color (decimal): -11244755 or 2976596. OLE color: 2976596.

HSL color Cylindrical-coordinate representation of color #546B2D: hue angle of 82.26º 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 #546B2D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB8410745-
CMYK0.2100.580.58
HSL82.26º40.79%29.8%-
HSV(B)82.26º57.94%41.96%-
XYZ9.3912.594.42-
YUV93.06100.88121.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=35.59%
G=45.34%
B=19.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107450.2100.580.5882.2640.7929.8
Hex546B2D1503A3A52291e
Octal1241535525072721225136
Binary10101001101011101101101010111010111010101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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