#546838

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

Shades of Dark Olive Green #546838

Tints of Dark Olive Green #546838

Color information

#546838 (or 0x546838) is unknown color: approx Dark Olive Green. HEX triplet: 54, 68 and 38. RGB value is (84,104,56). Sum of RGB (Red+Green+Blue) = 84+104+56=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #546838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546838 is #AB97C7. Grayscale: #5C5C5C. Windows color (decimal): -11245512 or 3696724. OLE color: 3696724.

HSL color Cylindrical-coordinate representation of color #546838: hue angle of 85º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546838 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB8410456-
CMYK0.1900.460.59
HSL85º30%31.37%-
HSV(B)85º46.15%40.78%-
XYZ9.3212.075.58-
YUV92.55107.37121.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=34.43%
G=42.62%
B=22.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104560.1900.460.59853031.37
Hex5468381302E3B551e1f
Octal1241507023056731253637
Binary1010100110100011100010011010111011101110101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546838; }

 p { color: rgb(84,104,56); }

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

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

 a { background-color: rgb(84,104,56); }

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

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

 span { border-color: rgb(84,104,56); }

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