#546A2D

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

Shades of Dark Olive Green #546A2D

Tints of Dark Olive Green #546A2D

Color information

#546A2D (or 0x546A2D) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6A and 2D. RGB value is (84,106,45). Sum of RGB (Red+Green+Blue) = 84+106+45=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #546A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546A2D is #AB95D2. Grayscale: #5C5C5C. Windows color (decimal): -11245011 or 2976340. OLE color: 2976340.

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

Color convert

RGB8410645-
CMYK0.2100.580.58
HSL81.64º40.4%29.61%-
HSV(B)81.64º57.55%41.57%-
XYZ9.2812.384.38-
YUV92.47101.21121.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=35.74%
G=45.11%
B=19.15%

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
Decimal84106450.2100.580.5881.6440.429.61
Hex546A2D1503A3A52281e
Octal1241525525072721225036
Binary10101001101010101101101010111010111010101001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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