#546A2C

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

Shades of Dark Olive Green #546A2C

Tints of Dark Olive Green #546A2C

Color information

#546A2C (or 0x546A2C) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6A and 2C. RGB value is (84,106,44). Sum of RGB (Red+Green+Blue) = 84+106+44=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #546A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546A2C is #AB95D3. Grayscale: #5C5C5C. Windows color (decimal): -11245012 or 2910804. OLE color: 2910804.

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

Color convert

RGB8410644-
CMYK0.2100.580.58
HSL81.29º41.33%29.41%-
HSV(B)81.29º58.49%41.57%-
XYZ9.2612.374.28-
YUV92.35100.71122.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=35.90%
G=45.30%
B=18.80%

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
Decimal84106440.2100.580.5881.2941.3329.41
Hex546A2C1503A3A51291d
Octal1241525425072721215135
Binary10101001101010101100101010111010111010101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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