#546131

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

Shades of Dark Olive Green #546131

Tints of Dark Olive Green #546131

Color information

#546131 (or 0x546131) is unknown color: approx Dark Olive Green. HEX triplet: 54, 61 and 31. RGB value is (84,97,49). Sum of RGB (Red+Green+Blue) = 84+97+49=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #546131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546131 is #AB9ECE. Grayscale: #575757. Windows color (decimal): -11247311 or 3236180. OLE color: 3236180.

HSL color Cylindrical-coordinate representation of color #546131: hue angle of 76.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #546131 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB849749-
CMYK0.1300.490.62
HSL76.25º32.88%28.63%-
HSV(B)76.25º49.48%38.04%-
XYZ8.4910.664.52-
YUV87.64106.19125.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=36.52%
G=42.17%
B=21.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497490.1300.490.6276.2532.8828.63
Hex546131D0313E4c211d
Octal1241416115061761144135
Binary1010100110000111000111010110001111110100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546131; }

 p { color: rgb(84,97,49); }

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

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

 a { background-color: rgb(84,97,49); }

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

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

 span { border-color: rgb(84,97,49); }

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